1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00: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