From 238f171fb1d2e60b3cd93f8cb2392c71e8a1df73 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 30 Aug 2013 10:41:01 -0400 Subject: [PATCH] unified language for saying there was no repo. --- 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 104d56e4..e96af846 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -211,7 +211,7 @@ function do_update() elif [ -d ".git" ]; then git pull 2>&1 | grep -v "X11 forwarding request failed" | squash_first_few_crs else - echo unknown repository for $directory... + echo no repository in $directory fi popd &>/dev/null } -- 2.34.1