Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
@ -23,7 +23,7 @@
#
. cdist-config
[ $# -eq 3 ] || __cdist_usage "<target host>" "<object>" "<remote|local>"
[ $# -eq 3 ] || __cdist_usage "<target host>" "<object>" "<type>"
set -eu
__cdist_target_host="$1"; shift