From eaf0760309ff09c3919ca5bf19b35c31a71eef44 Mon Sep 17 00:00:00 2001 From: derailed Date: Fri, 12 Apr 2019 14:50:07 -0600 Subject: [PATCH] cleaning up --- internal/views/container.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/internal/views/container.go b/internal/views/container.go index 0d91ece2..8307a98a 100644 --- a/internal/views/container.go +++ b/internal/views/container.go @@ -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) {