From 4440dbce8975a8f6d0b47dfc02cdb27a1a32285d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 11 Oct 2020 23:17:52 +0200 Subject: [PATCH] fix output --- myshell_git_sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myshell_git_sync b/myshell_git_sync index 7e75ce6..6d064a0 100644 --- a/myshell_git_sync +++ b/myshell_git_sync @@ -110,7 +110,7 @@ if ! $SSHS; then create_symlinks "$MYSHELLCONFIG_BASE" else loginfo "${MYSHELLCONFIG_GIT_SERVER}" not reachable >&2; - loginfo profile not syncing >&2; + loginfo "profile not syncing" >&2; fi else