Skip to content

Commit

Permalink
Correction for hashgen
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Nov 3, 2019
1 parent e1299df commit 1d32faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/hashgen.sh
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh


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

0 comments on commit 1d32faf

Please sign in to comment.