Skip to content

Commit

Permalink
r/nas_datastore: Remove comment that should not be there
Browse files Browse the repository at this point in the history
Was just a misplaced start to the comment a few lines down.
  • Loading branch information
vancluever committed Sep 7, 2017
1 parent f134f67 commit 76b0e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsphere/resource_vsphere_nas_datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func resourceVSphereNasDatastoreImport(d *schema.ResourceData, meta interface{})
if !isNasVolume(t) {
return nil, fmt.Errorf("datastore ID %q is not a NAS datastore", id)
}
// We don't support selective mount modes across multiple hosts. If

var accessMode string
for _, hostMount := range props.Host {
switch {
Expand Down

0 comments on commit 76b0e59

Please sign in to comment.