args==3
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8b43913366
commit
1099c55c9a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
. cdist-config
|
. cdist-config
|
||||||
[ $# -eq 3 ] || __cdist_usage "<target host>" "<object>" "<remote|local>"
|
[ $# -eq 3 ] || __cdist_usage "<target host>" "<object>" "<type>"
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
__cdist_target_host="$1"; shift
|
__cdist_target_host="$1"; shift
|
||||||
|
|
Loading…
Reference in a new issue