Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Update Chocolatey Install Script
Browse files Browse the repository at this point in the history
  • Loading branch information
MathewSachin committed May 23, 2017
1 parent 988bea5 commit 164deff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
'UnzipLocation' = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)";
'Checksum' = $checksum;
'ChecksumType' = 'sha256';
}
};

Install-ChocolateyZipPackage @params

0 comments on commit 164deff

Please sign in to comment.