Skip to content

Commit 00cf4c4

Browse files
committed
test: Fix CI
1 parent c290ef3 commit 00cf4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/util/test_util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ test_util.setup_pkg() {
5757
cd "$BPM_ORIGIN_DIR/github.com/$pkg"
5858

5959
git init .
60-
git branch -M master
6160
touch 'README.md'
6261
git add .
62+
git branch -M master
6363
git commit -m "Initial commit"
6464
}
6565

0 commit comments

Comments
 (0)