Skip to content

Commit 9930179

Browse files
committed
Fixed a typo.
1 parent 00189d3 commit 9930179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monitoring/auto-add-cw-alarms/auto_add_cw_alarms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ def usage():
542542
dryRun = False
543543
#
544544
# Check to see if there any any environment variables set.
545-
customerID = os.environ.get('customerId', '')
545+
customerId = os.environ.get('customerId', '')
546546
accountId = os.environ.get('accountId', '')
547547
SNStopic = os.environ.get('SNStopic', '')
548548
onlyFilesystemId = None

0 commit comments

Comments
 (0)