mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-24 22:36:05 +00:00
Show warning hash couldn't be found in hashurl
This commit is contained in:
@@ -135,6 +135,8 @@ function get_hash_for_app([String] $app, $config, [String] $version, [String] $u
|
||||
if($hash) {
|
||||
# got one!
|
||||
return $hash
|
||||
} else {
|
||||
write-host -f DarkYellow "Could not find hash in $hashfile_url"
|
||||
}
|
||||
|
||||
Write-Host "Download files to compute hashes!" -f DarkYellow
|
||||
|
||||
Reference in New Issue
Block a user