diff options
Diffstat (limited to 'commands/account/split.go')
-rw-r--r-- | commands/account/split.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/split.go b/commands/account/split.go index 5f09f21b..f866af78 100644 --- a/commands/account/split.go +++ b/commands/account/split.go @@ -19,7 +19,7 @@ func init() { } func (Split) Context() commands.CommandContext { - return commands.ACCOUNT + return commands.MESSAGE_LIST } func (s *Split) ParseSize(arg string) error { |