From 87e48192f16d2d8f36c9a44d436b29f76dfa7bc3 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 19 May 2018 17:52:59 -0400 Subject: [PATCH] quoted a string. --- scripts/rev_control/version_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 62165d54..cf1af266 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -148,7 +148,7 @@ function do_checkin() fi else # nothing there. it's not an error though. - log_feisty_meow_event no repository in $directory + log_feisty_meow_event "no repository in $directory" fi popd &>/dev/null -- 2.34.1