Browse Source

fix brew update script

pull/19/head
Kyle Spearrin 8 years ago
parent
commit
1486762f40
  1. 2
      scripts/brew-update.ps1

2
scripts/brew-update.ps1

@ -10,4 +10,4 @@ @@ -10,4 +10,4 @@
# pwsh ./brew-update.ps1 -version 1.1.0
$url = 'https://registry.npmjs.org/@bitwarden/cli/-/cli-' + $version + '.tgz';
brew bump-formula-pr --url $url bitwarden-cli
brew bump-formula-pr --url="$url" bitwarden-cli

Loading…
Cancel
Save