forked from ungleich-public/cdist
Fix __package_update_index processing error
exit 1 in explorer will abort cdist.
This commit is contained in:
parent
eeb0590150
commit
2f89d8a514
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue