summaryrefslogtreecommitdiffstats
path: root/cmd/platform/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/platform/user.go')
-rw-r--r--cmd/platform/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/platform/user.go b/cmd/platform/user.go
index 43a00e68d..373274241 100644
--- a/cmd/platform/user.go
+++ b/cmd/platform/user.go
@@ -261,7 +261,7 @@ func inviteUser(email string, team *model.Team, teamArg string) {
CommandPrintErrorln("Can't find team '" + teamArg + "'")
return
}
- api.InviteMembers(team, "Administrator", invites)
+ api.InviteMembers(team, "Administrator", invites, *utils.Cfg.ServiceSettings.SiteURL)
CommandPrettyPrintln("Invites may or may not have been sent.")
}