diff options
| author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-12 22:47:19 +0100 | 
|---|---|---|
| committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-12 22:47:19 +0100 | 
| commit | eae207e1ad1ecfb1b57acdcaba59be218aea8db9 (patch) | |
| tree | 056ff925793c9e39a6f175d338efa8c95d884ec6 | |
| parent | 1b58092a09a99fcb4bcc715b2ca1b0b28f9868dc (diff) | |
| download | blogc-eae207e1ad1ecfb1b57acdcaba59be218aea8db9.tar.gz blogc-eae207e1ad1ecfb1b57acdcaba59be218aea8db9.tar.bz2 blogc-eae207e1ad1ecfb1b57acdcaba59be218aea8db9.zip | |
travis: fixed typo
| -rwxr-xr-x | .travis/deploy.sh | 4 | 
1 files 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 | 
