Skip to content

Commit edda9e3

Browse files
authored
Merge pull request #44 from parkalla86/update-shebang-tf-sh
Updated shebang to #!/usr/bin/env bash
2 parents 05a9029 + 377c9d9 commit edda9e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hooks/terraform-fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44

hooks/terraform-validate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44

hooks/tflint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44

0 commit comments

Comments
 (0)