diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/id.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/id.go b/commands/id.go index 44294132..19d040ee 100644 --- a/commands/id.go +++ b/commands/id.go @@ -19,7 +19,7 @@ func runId(cmd *cobra.Command, args []string) error { if len(args) == 1 { id, err = identity.Read(repo, args[0]) } else { - id, err = identity.GetIdentity(repo) + id, err = identity.GetUserIdentity(repo) } if err != nil { |