diff --git a/bin/cdist-remote-explorer-run b/bin/cdist-remote-explorer-run index 0dae3007..1fdd1467 100755 --- a/bin/cdist-remote-explorer-run +++ b/bin/cdist-remote-explorer-run @@ -62,7 +62,7 @@ for explorer in "$__cdist_explorer_dir/"*; do fi # Execute explorers and save results in remote destination directory - "$explorer" "$@" > "${__cdist_my_out_dir}/$explorer_name" + "$explorer" > "${__cdist_my_out_dir}/$explorer_name" else if [ -e "$explorer" ]; then echo "Explorer \"$explorer\" exists, but is not a file."