1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

update comments

This commit is contained in:
Kyle Spearrin
2018-06-04 15:43:18 -04:00
parent 42ffaed754
commit 5d6e8bd734
2 changed files with 2 additions and 6 deletions

View File

@@ -1,9 +1,5 @@
# To run:
# .\choco-pack.ps1
#
# and then push to choco with:
# cd ..\dist\chocolatey
# choco push
# .\choco-update.ps1
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
$rootDir = $dir + "\..";