Browse Source

Merge pull request #1611 from shawnps/patch-1

fix typo
pull/1614/head
Brian Brazil 9 years ago
parent
commit
82a96167f6
  1. 2
      retrieval/discovery/azure.go

2
retrieval/discovery/azure.go

@ -188,7 +188,7 @@ func (ad *AzureDiscovery) refresh() (*config.TargetGroup, error) {
}
}
// Get the IP address information via seperate call to the network provider.
// Get the IP address information via separate call to the network provider.
for _, nic := range *vm.Properties.NetworkProfile.NetworkInterfaces {
r, err := newAzureResourceFromID(*nic.ID)
if err != nil {

Loading…
Cancel
Save