summaryrefslogtreecommitdiffstats
path: root/app/command_msg.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_msg.go')
-rw-r--r--app/command_msg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_msg.go b/app/command_msg.go
index 1e5228a78..348499f57 100644
--- a/app/command_msg.go
+++ b/app/command_msg.go
@@ -7,7 +7,7 @@ import (
"strings"
l4g "github.com/alecthomas/log4go"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
goi18n "github.com/nicksnyder/go-i18n/i18n"
)