1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

cask update script comment fixes

This commit is contained in:
Kyle Spearrin
2018-07-26 20:36:30 -04:00
parent fea8ab5921
commit cbcf361445

View File

@@ -1,5 +1,6 @@
param ( param (
[string] $version = "" [Parameter(Mandatory=$true)]
[string] $version
) )
# Dependencies: # Dependencies:
@@ -11,6 +12,6 @@
# 4. Environment variables for GITHUB_USER and GITHUB_TOKEN set. # 4. Environment variables for GITHUB_USER and GITHUB_TOKEN set.
# #
# To run: # To run:
# sh ./cask-update.sh -version 1.3.0 # ./cask-update.ps1 -version 1.3.0
cask-repair --cask-version $version --blind-submit --fail-on-error bitwarden cask-repair --cask-version $version --blind-submit --fail-on-error bitwarden