Fix doc string, only uuid is checked

This commit is contained in:
Chris Roberts 2022-09-23 16:54:37 -07:00
parent 8eafe188a8
commit 2cf64d733b

View File

@ -38,7 +38,7 @@ func (t *TargetIndex) Delete(uuid string) (err error) {
return target.(*Target).Destroy()
}
// Get target from entry by uuid or name
// Get target from entry by uuid
func (t *TargetIndex) Get(uuid string) (entry core.Target, err error) {
// Start with finding the target
result, err := t.client.FindTarget(t.ctx, &vagrant_server.FindTargetRequest{