Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Mar 2, 2018
1 parent 01ee332 commit 9904439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const main = async () => {

console.log('standalone: publishing to homebrew tap...')
const matches = (await execa.shell(
`shasum ${wd}/hygen.macos.v${v}.tar.gz`
`shasum -a 256 ${wd}/hygen.macos.v${v}.tar.gz`
)).stdout.match(/([a-f0-9]+)\s+/)
console.log(matches)
if (matches && matches.length > 1) {
Expand Down

0 comments on commit 9904439

Please sign in to comment.