Skip to content

Commit f78534b

Browse files
committed
Actions: Fix man-page-in-sync checking
1 parent ba8f387 commit f78534b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enforce-copies-of-help-output-in-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: |-
3737
rm git-{delete-merged-branches,dmb}.1 # to enforce a diff for the generator to remove
3838
./sync-manpage-with-help-output.sh
39-
git diff --exit-code -- {delete-merged-branches,dmb}.1
39+
git diff --exit-code -- git-{delete-merged-branches,dmb}.1

0 commit comments

Comments
 (0)