Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 9c67551

Browse files
authored
chore: put colon in quotes
1 parent c037c33 commit 9c67551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec_push_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ phases:
2020
- git push origin v$NEW_VERSION
2121

2222
# Determine the artifacts to publish
23-
- echo 'Artifacts to publish to the release target:'
23+
- "echo Artifacts to publish to the release target:"
2424
- cat ./$GIT_COMMIT_ID.manifest
2525
- export DPL_FILE_FLAGS=""
2626
- |-

0 commit comments

Comments
 (0)