1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

hashicorp version pkg uses alpha sort on -rc11 metadata - so switching to Josh's catalog pkg

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-02-10 00:37:08 +00:00
parent 3929481b5b
commit 9a75d2d5b4
29 changed files with 523 additions and 976 deletions

View File

@@ -2,7 +2,7 @@
package util
import "github.com/kless/term"
import "github.com/tredoe/term"
func IsRunningInTty() bool {
return term.IsTerminal(1)