Skip to content

Commit d2da665

Browse files
committed
Fix comment
1 parent 5613ce7 commit d2da665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecs-cli/modules/config/config_v1.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ type ProfileConfig struct {
8686
Profiles map[string]Profile `yaml:"ecs_profiles"`
8787
}
8888

89-
// NewLocalConfig creates a new instance of CliConfig from the cluster name.
89+
// NewLocalConfig creates a new instance of LocalConfig from the cluster name.
9090
func NewLocalConfig(cluster string) *LocalConfig {
9191
return &LocalConfig{Cluster: cluster}
9292
}
9393

94-
// ToAWSSession creates a new Session object from the CliConfig object.
94+
// ToAWSSession creates a new Session object from the LocalConfig object.
9595
// Region: Order of resolution
9696
// 1) ECS CLI Flags
9797
// a) Region Flag --region

0 commit comments

Comments
 (0)