Fix message
This commit is contained in:
		
							parent
							
								
									2719627bbe
								
							
						
					
					
						commit
						35aad73bb6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2297,7 +2297,7 @@ void DerivationGoal::registerOutputs() | ||||||
|         if (buildMode == bmCheck) { |         if (buildMode == bmCheck) { | ||||||
|             ValidPathInfo info = worker.store.queryPathInfo(path); |             ValidPathInfo info = worker.store.queryPathInfo(path); | ||||||
|             if (hash.first != info.hash) |             if (hash.first != info.hash) | ||||||
|                 throw Error(format("derivation ‘%2%’ may not be deterministic: hash mismatch in output ‘%1%’") % drvPath % path); |                 throw Error(format("derivation ‘%1%’ may not be deterministic: hash mismatch in output ‘%2%’") % drvPath % path); | ||||||
|             continue; |             continue; | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue