Skip to content

Commit

Permalink
Fix bug with packaging final product.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Kershaw committed Nov 11, 2019
1 parent a42f1b6 commit ae4dbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test:
package:
@echo "Packaging hooks into target/git-hooks.zip"
@mkdir target
@zip target/git-hooks.zip git-hooks/*
@zip -r target/git-hooks.zip git-hooks
@echo "Packaging complete.\n"

clean:
Expand Down

0 comments on commit ae4dbac

Please sign in to comment.