summaryrefslogtreecommitdiff
path: root/t/t5614-clone-submodules-shallow.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5614-clone-submodules-shallow.sh')
-rwxr-xr-xt/t5614-clone-submodules-shallow.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5614-clone-submodules-shallow.sh b/t/t5614-clone-submodules-shallow.sh
index e4e6ea4..5504b51 100755
--- a/t/t5614-clone-submodules-shallow.sh
+++ b/t/t5614-clone-submodules-shallow.sh
@@ -7,7 +7,7 @@ test_description='Test shallow cloning of repos with submodules'
pwd=$(pwd)
test_expect_success 'setup' '
- git checkout -b master &&
+ git checkout -b main &&
test_commit commit1 &&
test_commit commit2 &&
mkdir sub &&