Skip to content

Commit

Permalink
Fix sha256sum Makefile command.
Browse files Browse the repository at this point in the history
  • Loading branch information
pop committed Mar 30, 2018
1 parent 433458c commit a669cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ windows:
GOOS=windows GOARCH=amd64 $(GOBUILD) -o 'ssh_exporter-windows-amd64' ssh_exporter.go

sha256sum:
rm ssh_exporter-sha256.txt
shasum -a 256 ssh_exporter-* > 'ssh_exporter-sha256.txt'

release: linux darwin windows sha256sum
Expand Down

0 comments on commit a669cc3

Please sign in to comment.