Skip to content

Commit 93e3985

Browse files
Fix quoting
1 parent 7c71fc3 commit 93e3985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-codedeploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $APPLICTION_DIR
6868
$SRC_DIR
6969
$GAUNTLT_DIR
7070
$BASE_DIR/codedeploy/appspec.yml"
71-
echo "Copying sources into place
71+
echo "Copying sources into place"
7272
for src in $SOURCES; do
7373
echo cp -a "$src" "$BUILD_DIR"
7474
cp -a "$src" "$BUILD_DIR"

0 commit comments

Comments
 (0)