Skip to content

Commit b9f3187

Browse files
author
ChadKluck
committed
updated build-script generate-put-ssm.py
1 parent bce69fe commit b9f3187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application-infrastructure/build-scripts/generate-put-ssm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def get_tags():
146146
if deployed_using_tag:
147147
deployed_using_tag['Value'] = 'Build Script'
148148
else:
149-
tags.append({'Key': 'DeployedUsing', 'Value': 'Build Script generate-put-key.py'})
149+
tags.append({'Key': 'DeployedUsing', 'Value': f'Build Script {sys.argv[0]}'})
150150

151151
# print out the tags
152152
print("Tags to be used:")

0 commit comments

Comments
 (0)