ceph-backport.sh: fix an error message

Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
Nathan Cutler 2019-10-05 16:40:36 +02:00
parent 49bb503efc
commit 3b4a01a524

View File

@ -124,7 +124,7 @@ function deduce_remote {
true
else
error "Cannot auto-determine ${remote_type}_remote"
info "Please set this variable explicitly and also file a bug report at ${redmine_endpoint}"
info "There is something wrong with your remotes - to start with, check 'git remote -v'"
false
fi
echo "$remote"