Skip to content

Commit

Permalink
add completion script to homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh committed Oct 21, 2022
1 parent 5d5155d commit 7e51d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
7z a "$staging.zip" "$staging"
echo "ASSET=$staging.zip" >> $GITHUB_ENV
else
cp "git-alias/git-ignore" "$staging/"
# The man page is only generated on Unix systems.
#cp "$outdir"/kignore.1 "$staging/doc/"
cp "target/${{ matrix.target }}/release/kignore" "$staging/"
Expand Down
2 changes: 1 addition & 1 deletion git-alias/git-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

gitignore $@
kignore $@

0 comments on commit 7e51d6c

Please sign in to comment.