From aad283a98116dcb5053c095de686d335e549803d Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 20 May 2018 19:03:09 -0400 Subject: [PATCH] fix: add missing default value for exit code during dokku-update releases --- contrib/release-dokku-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/release-dokku-update b/contrib/release-dokku-update index 36963540f..740524dc1 100755 --- a/contrib/release-dokku-update +++ b/contrib/release-dokku-update @@ -55,7 +55,7 @@ fn-publish-package() { declare desc="Publishes a package to packagecloud" declare IS_RELEASE="$1" RELEASE_TYPE="$2" PACKAGE_NAME="$3" local REPOSITORY=dokku/dokku-betafish DIST=ubuntu - local OS_ID ex + local OS_ID ex EXIT_CODE=0 [[ "$IS_RELEASE" == "true" ]] && REPOSITORY=dokku/dokku [[ "$RELEASE_TYPE" == "rpm" ]] && DIST=el/7