remove obsolete call to $@ in bin/cdist-remote-explorer-run
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
ea2cbb176a
commit
88e20abddb
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ for explorer in "$__cdist_explorer_dir/"*; do
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Execute explorers and save results in remote destination directory
|
# Execute explorers and save results in remote destination directory
|
||||||
"$explorer" "$@" > "${__cdist_my_out_dir}/$explorer_name"
|
"$explorer" > "${__cdist_my_out_dir}/$explorer_name"
|
||||||
else
|
else
|
||||||
if [ -e "$explorer" ]; then
|
if [ -e "$explorer" ]; then
|
||||||
echo "Explorer \"$explorer\" exists, but is not a file."
|
echo "Explorer \"$explorer\" exists, but is not a file."
|
||||||
|
|
Loading…
Reference in a new issue