Skip to content

Commit

Permalink
changes to merge with github master
Browse files Browse the repository at this point in the history
  • Loading branch information
girishramnani-crest committed Aug 10, 2017
1 parent d361dc8 commit d69af82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"bitbucket.org/crestdatasys/terraform_vsphere/vsphere"
"github.com/terraform-providers/terraform-provider-vsphere"
"github.com/hashicorp/terraform/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,5 +732,5 @@
"versionExact": "v1.6.1"
}
],
"rootPath": "bitbucket.org/crestdatasys/terraform_vsphere"
"rootPath": "github.com/terraform-providers/terraform-provider-vsphere"
}
1 change: 0 additions & 1 deletion vsphere/resource_vsphere_license.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func labelsToMap(labels interface{}) (map[string]string, error) {
labelMap := label.(map[string]interface{})
finalLabels[labelMap["key"].(string)] = labelMap["value"].(string)
}
log.Println("[INFO]", finalLabels)

return finalLabels, nil

Expand Down

0 comments on commit d69af82

Please sign in to comment.