fix: failure status when succeeding
This commit is contained in:
parent
77540b072d
commit
8f6fdfd37a
1 changed files with 3 additions and 1 deletions
|
|
@ -143,4 +143,6 @@ deploy)
|
|||
*) usage && exit 1 ;;
|
||||
esac
|
||||
|
||||
[ -n "$_self_update" ] && do_self_update
|
||||
if [ -n "$_self_update" ] ; then
|
||||
do_self_update
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue