From 574f36f59398d005929a9f84f1a87d297a0157af Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 15 Jun 2017 22:42:46 +0200 Subject: [PATCH] fix order of arguments Signed-off-by: Steven Armstrong --- cdist/conf/type/__install_config/gencode-local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cdist/conf/type/__install_config/gencode-local b/cdist/conf/type/__install_config/gencode-local index a1caea69..3767253e 100755 --- a/cdist/conf/type/__install_config/gencode-local +++ b/cdist/conf/type/__install_config/gencode-local @@ -1,6 +1,6 @@ #!/bin/sh # -# 2011-2016 Steven Armstrong (steven-cdist at armstrong.cc) +# 2011-2017 Steven Armstrong (steven-cdist at armstrong.cc) # # This file is part of cdist. # @@ -27,8 +27,8 @@ cdist_args="" [ "$__debug" = "yes" ] && cdist_args="-d" cat << DONE -cdist $cdist_args \ - config \ +cdist config \ + $cdist_args \ --remote-exec="$remote_exec $chroot" \ --remote-copy="$remote_copy $chroot" \ $__target_host