aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/deploy.sh')
-rwxr-xr-x.travis/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/deploy.sh b/.travis/deploy.sh
index e064ee9..350a400 100755
--- a/.travis/deploy.sh
+++ b/.travis/deploy.sh
@@ -23,8 +23,8 @@ if [[ ! -d build ]]; then
fi
FILES=
-if [[ -n "${TARGET}" ]] && [[ -e "travis/targets/${TARGET}.sh" ]]; then
- source "travis/targets/${TARGET}.sh"
+if [[ -n "${TARGET}" ]] && [[ -e ".travis/targets/${TARGET}.sh" ]]; then
+ source ".travis/targets/${TARGET}.sh"
else
echo "Target not defined or invalid!"
exit 1