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
|
return evt
|
||||||
}
|
}
|
||||||
gvr := client.NewGVR(path)
|
gvr := client.NewGVR(path)
|
||||||
a.App().gotoResource(gvr.AsResourceName(), "", true, true)
|
a.App().gotoResource(gvr.String(), "", true, true)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue