From 74526e1acc1d2c7ebd137ab69304dd362c9ad5e4 Mon Sep 17 00:00:00 2001 From: derailed Date: Mon, 25 Feb 2019 21:10:12 -0800 Subject: [PATCH] Updated docs --- LICENSE | 2 +- README.md | 1 + internal/views/pod.go | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index a2d5d048..8cd0644e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2018, Imhotep Software LLC +Copyright © 2019, Imhotep Software LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/README.md b/README.md index a065c878..9130462a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ for changes and offers subsequent commands to interact with observed resources. [![Go Report Card](https://goreportcard.com/badge/github.com/derailed/k9s?)](https://goreportcard.com/report/github.com/derailed/k9s) [![Build Status](https://travis-ci.com/derailed/k9s.svg?branch=master)](https://travis-ci.com/derailed/k9s) +[![release](https://img.shields.io/github/release-pre/derailed/k9s.svg)](https://github.com/derailed/k9s/releases) --- diff --git a/internal/views/pod.go b/internal/views/pod.go index f828aabb..d6d3a37a 100644 --- a/internal/views/pod.go +++ b/internal/views/pod.go @@ -106,7 +106,6 @@ func (v *podView) showPicker(cc []string) { } func (v *podView) sshInto(path, co string) { - // v.app.flash(flashInfo, "Shell into pod", path) ns, po := namespaced(path) if len(co) == 0 { run(v.app, "exec", "-it", "-n", ns, po, "--", "sh")