aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-02-18 23:16:47 +0100
committerMichael Muré <batolettre@gmail.com>2019-03-01 22:40:26 +0100
commit54f9838f0ab22ce5285f21cdd117ad81c737d822 (patch)
treef6439599dec013d8f30620b5a534a1ebdb8f7388 /commands/user.go
parent947ea63522610bd16c32cf70812c129eda9bbb02 (diff)
downloadgit-bug-54f9838f0ab22ce5285f21cdd117ad81c737d822.tar.gz
identity: working identity cache
Diffstat (limited to 'commands/user.go')
-rw-r--r--commands/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/user.go b/commands/user.go
index 55ad813c..e7a1da63 100644
--- a/commands/user.go
+++ b/commands/user.go
@@ -38,7 +38,7 @@ func runUser(cmd *cobra.Command, args []string) error {
fmt.Printf("Name: %s\n", id.Name())
fmt.Printf("Login: %s\n", id.Login())
fmt.Printf("Email: %s\n", id.Email())
- fmt.Printf("Protected: %v\n", id.IsProtected())
+ // fmt.Printf("Protected: %v\n", id.IsProtected())
return nil
}