]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script/ceph-debug-docker.sh: change default branch to main 48548/head
authordparmar18 <dparmar@redhat.com>
Wed, 19 Oct 2022 09:52:44 +0000 (15:22 +0530)
committerdparmar18 <dparmar@redhat.com>
Wed, 19 Oct 2022 09:52:44 +0000 (15:22 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
src/script/ceph-debug-docker.sh

index 8b145ed2010d97ade8b2f0186639fa55d439671f..9f73b30119f5788dee99ecdc67f7da5841653b63 100755 (executable)
@@ -55,10 +55,10 @@ function main {
     done
 
     if [ -z "$1" ]; then
-        printf "specify the branch [default \"master:latest\"]: "
+        printf "specify the branch [default \"main:latest\"]: "
         read branch
         if [ -z "$branch" ]; then
-            branch=master:latest
+            branch=main:latest
         fi
     else
         branch="$1"