From eae207e1ad1ecfb1b57acdcaba59be218aea8db9 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 12 Mar 2018 22:47:19 +0100 Subject: travis: fixed typo --- .travis/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/deploy.sh b/.travis/deploy.sh index c002b35..2b6c832 100755 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -25,12 +25,12 @@ else exit 1 fi -if [[ "x$(type -t deploy)" != "xfunction" ]] || [[ "x$(type -t deploy_condition)" != "xfunction" ]]; then +if [[ "x$(type -t deploy)" != "xfunction" ]] || [[ "x$(type -t deploy_cond)" != "xfunction" ]]; then echo "Nothing to deploy. skipping ..." exit 1 fi -if ! deploy_condition; then +if ! deploy_cond; then echo "Deploy disabled. skipping ..." exit 1 fi -- cgit v1.2.3-18-g5258