forked from ungleich-public/cdist
[type/__file] Fix --state pre-exists also for non-dry-runs
This commit is contained in:
parent
367da4b77e
commit
df881c0f98
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@ case "$state_should" in
|
|||
fi
|
||||
;;
|
||||
|
||||
pre-exists)
|
||||
:
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Unknown state: $state_should" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue