diff options
Diffstat (limited to 'terraform-apply.sh')
-rwxr-xr-x | terraform-apply.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/terraform-apply.sh b/terraform-apply.sh index 588e1bb..d09fb3c 100755 --- a/terraform-apply.sh +++ b/terraform-apply.sh @@ -1,6 +1,4 @@ -#!/usr/bin/env nix-shell -#!nix-shell -i bash -# shellcheck shell=bash +#!/usr/bin/env bash set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" |