From 8a9b5ab0cd443958ae9797f1a91f0986b0bf9878 Mon Sep 17 00:00:00 2001 From: dparmar18 Date: Wed, 19 Oct 2022 15:22:44 +0530 Subject: [PATCH] script/ceph-debug-docker.sh: change default branch to main Signed-off-by: Dhairya Parmar --- src/script/ceph-debug-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script/ceph-debug-docker.sh b/src/script/ceph-debug-docker.sh index 8b145ed2010d9..9f73b30119f57 100755 --- a/src/script/ceph-debug-docker.sh +++ b/src/script/ceph-debug-docker.sh @@ -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" -- 2.39.5