1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

fix brew update script

This commit is contained in:
Kyle Spearrin 2018-07-27 09:56:44 -04:00
parent f9527383da
commit 1486762f40

View File

@ -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