Fixed syntax-error

This commit is contained in:
Johnny @PC 2015-02-24 20:17:13 +01:00
parent caced2a9bc
commit 473e7040d3

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
if [ "$TRAVIS_PULL_REQUEST" == "false" ] if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
echo Starting push to gh-pages... echo Starting push to gh-pages...
mkdir deploy mkdir deploy