Skip to content
Snippets Groups Projects
Commit 11a06de5 authored by Dmitry Fisenko [AWS]'s avatar Dmitry Fisenko [AWS]
Browse files

chore: minor change

parent b2d96eaf
No related branches found
No related tags found
2 merge requests!121Merge M14 delta changes,!112feat: AWS updating execution context for oVDS
......@@ -64,7 +64,7 @@ try:
codecommit = boto3.client("codecommit")
commitDetail = codecommit.get_commit(**commitArgs)
except Exception as e:
print("Getting commit information from codecommit failed")
print("Getting commit information from CodeCommit failed")
buildInfo = {
"branch": branch,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment