summaryrefslogtreecommitdiffstats
path: root/cmd/platform/teamargs.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/platform/teamargs.go')
-rw-r--r--cmd/platform/teamargs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/platform/teamargs.go b/cmd/platform/teamargs.go
index 3b83aaa59..0083b9e00 100644
--- a/cmd/platform/teamargs.go
+++ b/cmd/platform/teamargs.go
@@ -3,8 +3,8 @@
package main
import (
- "github.com/mattermost/platform/app"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/app"
+ "github.com/mattermost/mattermost-server/model"
)
func getTeamsFromTeamArgs(teamArgs []string) []*model.Team {