diff options
Diffstat (limited to 'addhost')
-rwxr-xr-x | addhost | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ rrepo=${repo:="$defrepo"} rtag=${tag:="changeme"} if [ "x$rrepo" = "x" ]; then - echo "$0: repo not set in cosmos.conf and no git branch named 'ro' found" + echo "$0: repo not set in cosmos.conf and no git remote named 'ro' found" exit 1 fi |