Skip to content

Commit a8a8054

Browse files
committed
Fixed fetch call
1 parent 8541657 commit a8a8054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/gnu_patchtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function ourmain() {
1313
git config --global user.name "Your Name"
1414
git_clone --no-checkout --no-recurse-submodules --quiet --use-ref-src https://github.com/coreutils/gnulib.git .
1515
git remote add ours https://github.com/mitchcapper/gnulib
16-
git fetch ours --quiet --all
16+
git fetch --quiet --all
1717
git branch -D master
1818
git checkout ours/master --quiet
1919
git branch master -u origin/master

0 commit comments

Comments
 (0)