You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/runner/main.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ func run(args []string) error {
49
49
var (
50
50
env=fs.String("env", "", "The environment we're running in.")
51
51
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")
53
53
azTopicLocation=fs.String("azure_topic_location", "", "The location (like 'centralus-1') where our EventGrid topics are hosted")
54
54
55
55
azStorageAccount=fs.String("azure_storage_account", "", "The storage account to authenticate against for blob operations")
0 commit comments