diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-11-27 13:13:55 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-11-27 13:13:55 +0100 |
commit | 23f239a33efee42c43ac6bb2173f85a220f189aa (patch) | |
tree | 0a85fa30cd2ef72bf40009d80d9d7d2a4b27bc7c /addhost | |
parent | c0f78591f828d2920e340e35c7ebcc6da0cd59e9 (diff) |
remote, not branchsunet-ops-2013-11-27-v07
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 |