mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 03:38:15 +00:00 
			
		
		
		
	Merge pull request #74324 from mtaufen/fix-windows
Fix hash if statement
This commit is contained in:
		@@ -129,7 +129,7 @@ function MustDownload-File {
 | 
			
		||||
        continue
 | 
			
		||||
      }
 | 
			
		||||
      # Attempt to validate the hash
 | 
			
		||||
      if ($Hash -ne $null) {
 | 
			
		||||
      if ($Hash) {
 | 
			
		||||
        Try {
 | 
			
		||||
            Validate-SHA1 -Hash $Hash -Path $OutFile
 | 
			
		||||
        } Catch {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user