Pass grv on gotoResource as a String (#3149)
Signed-off-by: Fabio Felici <fabio.felici96c@gmail.com>mine
parent
7bb4da7adc
commit
f8fbd981d7
|
|
@ -67,7 +67,7 @@ func (a *Alias) gotoCmd(evt *tcell.EventKey) *tcell.EventKey {
|
|||
return evt
|
||||
}
|
||||
gvr := client.NewGVR(path)
|
||||
a.App().gotoResource(gvr.AsResourceName(), "", true, true)
|
||||
a.App().gotoResource(gvr.String(), "", true, true)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue