summaryrefslogtreecommitdiff
path: root/cmd/kpod/login.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/kpod/login.go')
-rw-r--r--cmd/kpod/login.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kpod/login.go b/cmd/kpod/login.go
index df74a2fdf..8984d069c 100644
--- a/cmd/kpod/login.go
+++ b/cmd/kpod/login.go
@@ -56,7 +56,7 @@ func loginCmd(c *cli.Context) error {
server = args[0]
}
- sc := common.GetSystemContext("", c.String("authfile"))
+ sc := common.GetSystemContext("", c.String("authfile"), false)
// username of user logged in to server (if one exists)
userFromAuthFile := config.GetUserLoggedIn(sc, server)