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 + "\..";

View File

@ -1,5 +1,5 @@
# To run:
# ./snap-release.ps1
# ./snap-update.ps1
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
$rootDir = $dir + "/..";