mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-30 21:31:13 +00:00 
			
		
		
		
	Add a dot in find command.
Add a dot indicting current directory to search by find. find in mac won't work without the dot
This commit is contained in:
		
					parent
					
						
							
								ce99fc8f95
							
						
					
				
			
			
				commit
				
					
						cdf5b6ec2d
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| OBJECTS := $(shell find -mindepth 2 -name 'Dockerfile*') | ||||
| OBJECTS := $(shell find ./ -mindepth 2 -name 'Dockerfile*') | ||||
| 
 | ||||
| all: $(OBJECTS) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue