Skip to content

Commit

Permalink
[crc-support] fix: windows aSHAName param wrong default value
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo <[email protected]>
  • Loading branch information
adrianriobo committed Nov 29, 2024
1 parent 97a5e36 commit 5277cf7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions crc-support/oci/lib/windows/run.ps1
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
aBaseURL=''
aName=''
aSHAName='sha256sum.txt'
targetPath=''
freshEnv='true'
download='true'
install='false'


param(
[Parameter(HelpMessage='download base url')]
$aBaseURL,
[Parameter(HelpMessage='asset name to be downloaded')]
$aName,
[Parameter(HelpMessage='shasumFile file name Default value: sha256sum.txt')]
$aSHAName="sha256sum.txt",
$aSHAName='sha256sum.txt',
[Parameter(Mandatory,HelpMessage='target folder for download')]
$targetPath,
[Parameter(HelpMessage='force fresh, remove any previous existing instance for crc. Default False')]
Expand Down

0 comments on commit 5277cf7

Please sign in to comment.