From 95a9cdaee75ef51ff637e80c4bb0e4b9beebb547 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 22 May 2020 18:59:33 -0400 Subject: [PATCH] argh, immediately needs fix for success message --- scripts/rev_control/quick_git_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rev_control/quick_git_release.sh b/scripts/rev_control/quick_git_release.sh index e70853dc..1a3ccf39 100644 --- a/scripts/rev_control/quick_git_release.sh +++ b/scripts/rev_control/quick_git_release.sh @@ -115,7 +115,7 @@ echo pushing merged dev branch up exit_on_error pushing merged dev branch up # done with the serious actions. - echo -e '\ncompleted the release of version $new_version\n' + echo -e "\ncompleted the release of version $new_version\n" # back to where we started. popd -- 2.34.1