Skip to content

Commit 5bcd1d8

Browse files
fix typo
1 parent 9a3474d commit 5bcd1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/3-app/aiproxy/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ phases:
1414
- echo "This is where I would run python tests, if I had any tests"
1515

1616
- cd $CODEBUILD_SRC_DIR
17-
- cp /cicd/3-app/aiproxy/template.yml ./template.yml
17+
- cp cicd/3-app/aiproxy/template.yml ./template.yml
1818
- cfn-lint template.yml
1919
- cat template.yml
2020

0 commit comments

Comments
 (0)