diff --git a/src/script/ceph-backport.sh b/src/script/ceph-backport.sh index 354d187bf7b..b8eb623d359 100755 --- a/src/script/ceph-backport.sh +++ b/src/script/ceph-backport.sh @@ -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"