Skip to content

Commit 63267f2

Browse files
committed
git-artifacts: fix indentation
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9624d29 commit 63267f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
if test -z "$EXISTING_GIT_TAG"
309309
then
310310
git commit -s -m "mingw-w64-git: new version ($version)" PKGBUILD &&
311-
git bundle create "$b"/MINGW-packages.bundle origin/main..main
311+
git bundle create "$b"/MINGW-packages.bundle origin/main..main
312312
elif ! git update-index --ignore-submodules --refresh ||
313313
! git diff-files --ignore-submodules ||
314314
! git diff-index --cached --ignore-submodules HEAD

0 commit comments

Comments
 (0)