From 84b4bf628e5b2afe4ab7575e22a4d2843e0c4fab Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 18 Mar 2011 01:35:52 +0100 Subject: [PATCH] run dependency, not object again Signed-off-by: Nico Schottelius --- bin/cdist-remote-code-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-remote-code-run b/bin/cdist-remote-code-run index a4958897..2db9d0e7 100755 --- a/bin/cdist-remote-code-run +++ b/bin/cdist-remote-code-run @@ -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