Skip to content

Commit

Permalink
Merge pull request #1 from edevil/patch-1
Browse files Browse the repository at this point in the history
Corrected variable reference
  • Loading branch information
brandontosch committed Mar 10, 2017
2 parents 34c0dd7 + 91db3e1 commit 58325b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ func testLookupAzureRMVirtualMachineManagedDiskID(vm *compute.VirtualMachine, di
}
}

return fmt.Errorf("Unable to locate disk %s on vm %s", diskName, vm.Name)
return fmt.Errorf("Unable to locate disk %s on vm %s", diskName, *vm.Name)
}
}

Expand Down

0 comments on commit 58325b9

Please sign in to comment.