forked from ungleich-public/cdist
		
	base_dir not dir_base
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								1756608720
							
						
					
				
			
			
				commit
				
					
						d7b765e498
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -192,10 +192,10 @@ __cdist_object_code_finished()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__cdist_object_dir()
 | 
					__cdist_object_dir()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
   echo "$(__cdist_object_dir_base "$1")/${__cdist_name_dot_cdist}"
 | 
					   echo "$(__cdist_object_base_dir "$1")/${__cdist_name_dot_cdist}"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__cdist_object_dir_base()
 | 
					__cdist_object_base_dir()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
   echo "${__cdist_out_object_dir}/$1"
 | 
					   echo "${__cdist_out_object_dir}/$1"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue