Skip to content

Commit 3ddd1b1

Browse files
authored
Fix man page generation in release workflow (#2132)
1 parent 0eb2a06 commit 3ddd1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
./target/debug/just --completions $shell > completions/just.$shell
8282
done
8383
mkdir -p man
84-
./target/debug/just -- --man > man/just.1
84+
./target/debug/just --man > man/just.1
8585
8686
- name: Package
8787
id: package

0 commit comments

Comments
 (0)