From 3b4a01a524e17145f5e33e9ec071188957437197 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sat, 5 Oct 2019 16:40:36 +0200 Subject: [PATCH] ceph-backport.sh: fix an error message Signed-off-by: Nathan Cutler --- src/script/ceph-backport.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5