We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5613ce7 commit d2da665Copy full SHA for d2da665
ecs-cli/modules/config/config_v1.go
@@ -86,12 +86,12 @@ type ProfileConfig struct {
86
Profiles map[string]Profile `yaml:"ecs_profiles"`
87
}
88
89
-// NewLocalConfig creates a new instance of CliConfig from the cluster name.
+// NewLocalConfig creates a new instance of LocalConfig from the cluster name.
90
func NewLocalConfig(cluster string) *LocalConfig {
91
return &LocalConfig{Cluster: cluster}
92
93
94
-// ToAWSSession creates a new Session object from the CliConfig object.
+// ToAWSSession creates a new Session object from the LocalConfig object.
95
// Region: Order of resolution
96
// 1) ECS CLI Flags
97
// a) Region Flag --region
0 commit comments