printMissing(): Propagate store argument
This commit is contained in:
		
							parent
							
								
									ca6d287b33
								
							
						
					
					
						commit
						9f14d7d33a
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		|  | @ -140,7 +140,7 @@ static void opRealise(Strings opFlags, Strings opArgs) | |||
|     } | ||||
| 
 | ||||
|     if (settings.get("print-missing", true)) | ||||
|         printMissing(willBuild, willSubstitute, unknown, downloadSize, narSize); | ||||
|         printMissing(*store, willBuild, willSubstitute, unknown, downloadSize, narSize); | ||||
| 
 | ||||
|     if (dryRun) return; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue