We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37441d commit 27692ebCopy full SHA for 27692eb
1 file changed
tests/checkout.bats
@@ -88,7 +88,7 @@ setup() {
88
89
stub ssh-keyscan "* : echo 'keyscan'"
90
stub git "clean * : echo 'git clean'"
91
- stub git "fetch --depth 1 --prune --verbose origin * : echo 'git fetch with flags'"
+ stub git "fetch --prune --verbose --depth 1 origin * : echo 'git fetch with flags'"
92
stub git "sparse-checkout set * * : echo 'git sparse-checkout'"
93
stub git "checkout * : echo 'checkout'"
94
0 commit comments