Merge branch 'fix/type/__file/pre-exists' into 'master'

__file: Fix --state pre-exists (this time for real)

See merge request ungleich-public/cdist!946
This commit is contained in:
poljakowski 2020-11-08 13:22:06 +01:00
commit 77397514ca
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ case "$state_should" in
fi
;;
pre-exists)
:
;;
*)
echo "Unknown state: $state_should" >&2
exit 1