From 5cd429b8d350737f504521e86c395e3b7358a2d4 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 21 Dec 2018 15:51:04 +0100 Subject: [PATCH] dsnap-sync: typo correction Signed-off-by: Ralf Zerres --- bin/dsnap-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dsnap-sync b/bin/dsnap-sync index a854775..a86975d 100755 --- a/bin/dsnap-sync +++ b/bin/dsnap-sync @@ -764,7 +764,7 @@ get_snapper_last_sync_id () { printf "${MAGENTA}snapper config ${GREEN}'%s'${MAGENTA} on remote ${GREEN}'%s'${MAGENTA} does not exist yet.${NO_COLOR}\n" \ $snapper_config $remote else - printf "${MAGENTA}snapper config ${GREEN}'%s'${MAGENTA} does not exist yes.${NO_COLOR}\n" \ + printf "${MAGENTA}snapper config ${GREEN}'%s'${MAGENTA} does not exist yet.${NO_COLOR}\n" \ $snapper_config fi fi