typo in script

This commit is contained in:
Joseph Lenox 2016-07-07 14:36:43 -05:00 committed by GitHub
parent 405f7456c5
commit a8a21d18ef

View File

@ -7,7 +7,7 @@ echo "Requires PAR."
# Change this to where you have Strawberry Perl installed.
#SET STRAWBERRY_PATH=C:\Strawberry
New-Variable -Name "STRAWBERRY_PATH" -Visibility -Value "C:\Strawberry"
New-Variable -Name "STRAWBERRY_PATH" -Value "C:\Strawberry"
# ([io.fileinfo](Get-Command "perl.exe").Path).basename
cpanm "PAR::Packer"