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:
@@ -10,4 +10,4 @@
|
|||||||
# pwsh ./brew-update.ps1 -version 1.1.0
|
# pwsh ./brew-update.ps1 -version 1.1.0
|
||||||
|
|
||||||
$url = 'https://registry.npmjs.org/@bitwarden/cli/-/cli-' + $version + '.tgz';
|
$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
|
||||||
|
|||||||
Reference in New Issue
Block a user