Fix __package_update_index processing error

exit 1 in explorer will abort cdist.
This commit is contained in:
Stu Zhao 2018-08-28 23:27:13 -07:00
commit 2f89d8a514
2 changed files with 1 additions and 1 deletions

View file

@ -29,6 +29,5 @@ case "$os" in
;;
*) echo "Your operating system ($os) is currently not supported by this type (${__type##*/})." >&2
echo "Please contribute an implementation for it if you can." >&2
exit 1
;;
esac