Skip to content

Commit a895f11

Browse files
committed
Moving the code deploy script to /bin directory.
1 parent a4b78f2 commit a895f11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

aws-code-deploy.sh renamed to bin/aws-code-deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
23
set +e
34
set -o noglob
45

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"AWS",
88
"Code Deploy"
99
],
10-
"bin": ["aws-code-deploy.sh"]
10+
"bin": ["bin/aws-code-deploy.sh"]
1111
}

0 commit comments

Comments
 (0)