Skip to content

Commit

Permalink
Merge pull request ceph#48548 from dparmar18/update_debug_script
Browse files Browse the repository at this point in the history
script/ceph-debug-docker.sh: change default branch to main

Reviewed-by: Matan Breizman <[email protected]>
  • Loading branch information
Matan-B authored Oct 31, 2022
2 parents 0072b2d + 8a9b5ab commit 3b874e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/script/ceph-debug-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b874e9

Please sign in to comment.