From 50f9d65d0d7f4c66174720572f2f5a8f84bdbbe6 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 18 Mar 2011 01:46:40 +0100 Subject: [PATCH] check for missing objects 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 af362470..02487a89 100755 --- a/bin/cdist-remote-code-run +++ b/bin/cdist-remote-code-run @@ -45,7 +45,7 @@ if [ -f "$finished" ]; then exit 0 fi -echo "Checking code for $object ..." +echo "Checking code for $object ..." if [ -f "$require" ]; then while read requirement; do