Skip to content

Commit fcc5f32

Browse files
committed
updated hash script to checksum codeperf-* instead of pprof-exporter*
1 parent 87372ff commit fcc5f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/hash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

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

0 commit comments

Comments
 (0)