Skip to content

Commit 4d74b11

Browse files
committed
Fixed configuration loading bug
1 parent 82c7726 commit 4d74b11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ func getInstances(config Config) (clouds CloudInstances) {
2626

2727
for name, cfg := range config {
2828
for k, v := range cfg {
29-
cfg["name"] = name
30-
cfg["provider"] = k
3129

3230
if k == "provider" {
3331
switch v {

0 commit comments

Comments
 (0)