Skip to content

Commit 4401e82

Browse files
authored
Merge pull request #9 from fujiwara/fix-shebang
shebang must be placed at the first line.
2 parents 7eb24d8 + 95d4e29 commit 4401e82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

check-ecs-exec.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
#!/usr/bin/env bash
2+
13
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
24
# SPDX-License-Identifier: MIT-0
35

4-
#!/usr/bin/env bash
56
# shellcheck disable=SC2059
67

78
# Script Name: check-ecs-exec.sh

0 commit comments

Comments
 (0)