run dependency, not object again
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
7336499995
commit
84b4bf628e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ echo "Checking code for $object ..."
|
|||
if [ -f "$require" ]; then
|
||||
while read requirement; do
|
||||
echo "Running dependency $requirement for $object ..."
|
||||
cdist-remote-code-run "$__cdist_out_object_dir" "$object"
|
||||
cdist-remote-code-run "$__cdist_out_object_dir" "$requirement"
|
||||
done < "$require"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue