Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
imaustink authored Nov 4, 2024
1 parent 0e95e4e commit 11e3663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func NewTemporalCloudProvider(temporalCloudAdapter ITemporalCloudAdapter, config

err := temporalCloudAdapter.Flags().Parse(os.Args)
if err != nil {
return nil, fmt.Errorf("unable to parse flags: %v", err)
return nil, fmt.Errorf("failed to parse flags: %v", err)
}

config, err := LoadConfig(configPath)
Expand Down

0 comments on commit 11e3663

Please sign in to comment.