(minor) error message clarity in mirror-push

This commit is contained in:
Sitaram Chamarty 2011-10-04 15:01:47 +05:30
parent 70010ba56e
commit de9ece4735

View file

@ -32,7 +32,7 @@ gmm=`git config --get gitolite.mirror.master`
# is it local? (remember, empty/undef ==> local
gmm=${gmm:-local}
[ "$gmm" = "local" ] && exit
[ "$gmm" = "local" ] && die sorry but "$repo" is local
# is it a slave?
[ "$hn" = "$gmm" ] || die fatal: wrong master. Try $gmm...