summaryrefslogtreecommitdiffstats
path: root/app/command_away.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_away.go')
-rw-r--r--app/command_away.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_away.go b/app/command_away.go
index 4bb53a425..43cb26fd4 100644
--- a/app/command_away.go
+++ b/app/command_away.go
@@ -4,7 +4,7 @@
package app
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
goi18n "github.com/nicksnyder/go-i18n/i18n"
)