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