aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Seux2018-01-27 11:26:48 +0100
committerGrégoire Seux2018-01-27 11:26:48 +0100
commitb4225a2bfac0814983dabd2202af93c9a5ab84f2 (patch)
treef7fa36ee8727be9c965073db033caf9dfa052986
parent56623fc123004f4c20704a7ecfb9a6a8bf591fa6 (diff)
downloadaur-b4225a2bfac0814983dabd2202af93c9a5ab84f2.tar.gz
Change interpreter location
-rwxr-xr-x.travis-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-deploy.sh b/.travis-deploy.sh
index affe16d9525c..fa01b96518a4 100755
--- a/.travis-deploy.sh
+++ b/.travis-deploy.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
echo "Pull request, skipping publication to aur"