[type/__file] Fix --state pre-exists also for non-dry-runs

This commit is contained in:
Dennis Camera 2020-11-04 08:34:17 +01:00
parent 367da4b77e
commit df881c0f98
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