Fix doc string, only uuid is checked
This commit is contained in:
parent
8eafe188a8
commit
2cf64d733b
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user