Fix in deploy script?

This commit is contained in:
Mathieu David 2015-08-06 13:09:52 +02:00
parent e0621ed0c7
commit 77413e4699
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
# Exit on error or variable unset
set -o errexit -o nounset
NC = '\e[39m'
CYAN = '\e[36m'
GREEN = '\e[32m'
NC='\e[39m'
CYAN='\e[36m'
GREEN='\e[32m'
rev=$(git rev-parse --short HEAD)