fix brew update script

This commit is contained in:
Kyle Spearrin 2018-07-27 09:56:44 -04:00
parent f9527383da
commit 1486762f40
1 changed files with 1 additions and 1 deletions

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