aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/id.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/id.go b/commands/id.go
index 19d040ee..7eacd986 100644
--- a/commands/id.go
+++ b/commands/id.go
@@ -17,7 +17,7 @@ func runId(cmd *cobra.Command, args []string) error {
var err error
if len(args) == 1 {
- id, err = identity.Read(repo, args[0])
+ id, err = identity.ReadLocal(repo, args[0])
} else {
id, err = identity.GetUserIdentity(repo)
}