aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user_create.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-11-08 19:18:44 +0100
committerMichael Muré <batolettre@gmail.com>2021-02-14 12:17:47 +0100
commitab57d74a312f325b9d889752aa92c00c395de20f (patch)
treeb54b204f7f7ccb64181051b58cc01ddeed42e1be /commands/user_create.go
parent7163b2283b4542a4d4abfe9a71963f122322bde7 (diff)
downloadgit-bug-ab57d74a312f325b9d889752aa92c00c395de20f.tar.gz
deal with the previous changes
Diffstat (limited to 'commands/user_create.go')
-rw-r--r--commands/user_create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/user_create.go b/commands/user_create.go
index 3da712f3..5203d11c 100644
--- a/commands/user_create.go
+++ b/commands/user_create.go
@@ -48,7 +48,7 @@ func runUserCreate(env *Env) error {
return err
}
- id, err := env.backend.NewIdentityRaw(name, email, "", avatarURL, nil)
+ id, err := env.backend.NewIdentityRaw(name, email, "", avatarURL, nil, nil)
if err != nil {
return err
}