Skip to content

Commit 97b59e9

Browse files
committed
Improve sha-256 fetching / output
1 parent 2b6add5 commit 97b59e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The `release` workflow will automatically build and publish a new release to Git
137137
2. Get the sha256 of the release tarball:
138138

139139
```bash
140-
curl -sL https://github.com/grega/hdi/archive/refs/tags/v0.x.0.tar.gz | shasum -a 256
140+
curl -sL https://github.com/grega/hdi/archive/refs/tags/v0.x.0.tar.gz | shasum -a 256 | awk '{print $1}'
141141
```
142142

143143
3. Update the formula in the [homebrew-tap](https://github.com/grega/homebrew-tap) repo (`Formula/hdi.rb`):

0 commit comments

Comments
 (0)