mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
bedrock region handling - updated to fix bad pointer reference
This commit is contained in:
@@ -56,10 +56,6 @@ func NewClient() (ret *BedrockClient) {
|
||||
ret.runtimeClient = runtimeClient
|
||||
ret.controlPlaneClient = controlPlaneClient
|
||||
|
||||
if cfg.Region != "" {
|
||||
ret.bedrockRegion.Value = cfg.Region
|
||||
}
|
||||
|
||||
ret.bedrockRegion = ret.PluginBase.AddSetupQuestion("AWS Region", true)
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user