diff --git a/internal/core/target_index.go b/internal/core/target_index.go index 39c47eca9..43cf87c4a 100644 --- a/internal/core/target_index.go +++ b/internal/core/target_index.go @@ -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{