Skip to content

Commit

Permalink
Update hashgen
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 8, 2022
1 parent 4f5cc75 commit 77f0415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/hashgen.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

for f in bin/inlets-mixer*; do shasum -a 256 $f > $f.sha256; done
for f in bin/mixctl*; do shasum -a 256 $f > $f.sha256; done

0 comments on commit 77f0415

Please sign in to comment.