cleaning up

mine
derailed 2019-04-12 14:50:07 -06:00
parent 1256dd7313
commit eaf0760309
1 changed files with 1 additions and 3 deletions

View File

@ -75,11 +75,9 @@ func (v *containerView) shellCmd(evt *tcell.EventKey) *tcell.EventKey {
return evt
}
log.Debug().Msgf("Selected %s", v.selectedItem)
v.shellIn(v.path, v.selectedItem)
return nil
return evt
return nil
}
func (v *containerView) shellIn(path, co string) {