]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph-backport.sh: fix an error message
authorNathan Cutler <ncutler@suse.com>
Sat, 5 Oct 2019 14:40:36 +0000 (16:40 +0200)
committerNathan Cutler <ncutler@suse.com>
Sat, 5 Oct 2019 15:08:43 +0000 (17:08 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/script/ceph-backport.sh

index 354d187bf7b0097143860ad225461049e6990d9f..b8eb623d35943995211b6b9e560a65b82f71c6e8 100755 (executable)
@@ -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"