Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunyong Lin committed Mar 26, 2020
1 parent 7a354b4 commit 7b4411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamalert_cli/terraform/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def handler(cls, options, config):
alerts_bucket = firehose_alerts_bucket(config)
create_table('alerts', alerts_bucket, config)

LOGGER.info('Building remainding infrastructure')
LOGGER.info('Building remaining infrastructure')
return tf_runner(refresh=False)

@staticmethod
Expand Down

0 comments on commit 7b4411e

Please sign in to comment.