Skip to content

Commit

Permalink
updated hash script to checksum codeperf-* instead of pprof-exporter*
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Apr 29, 2024
1 parent 87372ff commit fcc5f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hash.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

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

0 comments on commit fcc5f32

Please sign in to comment.