object self, not object
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								bb96163315
							
						
					
				
			
			
				commit
				
					
						49e8efdaf5
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -57,9 +57,9 @@ if [ ! -f "$__cdist_object_finished" ]; then
 | 
				
			||||||
      done
 | 
					      done
 | 
				
			||||||
   fi
 | 
					   fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   cdist-object-gencode-run   "$__cdist_target_host" "$__cdist_object"
 | 
					   cdist-object-gencode-run   "$__cdist_target_host" "$__cdist_object_self"
 | 
				
			||||||
   cdist-object-push          "$__cdist_target_host" "$__cdist_object"
 | 
					   cdist-object-push          "$__cdist_target_host" "$__cdist_object_self"
 | 
				
			||||||
   cdist-object-code-run      "$__cdist_target_host" "$__cdist_object"
 | 
					   cdist-object-code-run      "$__cdist_target_host" "$__cdist_object_self"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   # Mark this object as done
 | 
					   # Mark this object as done
 | 
				
			||||||
   touch "$__cdist_object_finished"
 | 
					   touch "$__cdist_object_finished"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue