Skip to content

Commit f63cede

Browse files
committed
Addresses Review Comments
1 parent 9273aee commit f63cede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/runner/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func run(args []string) error {
4949
var (
5050
env = fs.String("env", "", "The environment we're running in.")
5151

52-
azEventParsePortfolioCompleteTopic = fs.String("azure_event_parse_portfolio_complete_topic", "", "The EventGrid topic to send notifications when processing of portfolio(s) has finished")
52+
azEventParsePortfolioCompleteTopic = fs.String("azure_event_parse_portfolio_complete_topic", "", "The EventGrid topic to send notifications when parsing of portfolio(s) has finished")
5353
azTopicLocation = fs.String("azure_topic_location", "", "The location (like 'centralus-1') where our EventGrid topics are hosted")
5454

5555
azStorageAccount = fs.String("azure_storage_account", "", "The storage account to authenticate against for blob operations")

0 commit comments

Comments
 (0)