From e1d9ee533347764d32531ea221d8f1f30f6b9fd7 Mon Sep 17 00:00:00 2001 From: Frederik Wille Date: Mon, 31 Aug 2015 20:38:21 +0200 Subject: [PATCH] fixed first line --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 74c7d9a..5d24448 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ $# -gt 0 ]; then ansible-playbook site.yml -i production --sudo --ask-sudo-pass --tags $1 else