diff --git a/push b/push index 4583861..c5d5ebb 100755 --- a/push +++ b/push @@ -37,7 +37,7 @@ remote="$1" tmp=$(ssh "$remote" 'mktemp -d') echo -e -n "\033[33m** pushing to\033[0m $remote:$tmp" -if scp -q -r "${APPLY_ROOT}"/{groups,units,run,lib} "$remote":"$tmp"; then +if scp -q -r "${APPLY_ROOT}"/{groups,units} run lib "$remote":"$tmp"; then echo -e " \033[32mOK\033[0m" fi