aboutsummaryrefslogtreecommitdiffstats
path: root/commands/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/commands.go')
-rw-r--r--commands/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/commands.go b/commands/commands.go
index f4e9aef9..7c4e3ab9 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -23,7 +23,7 @@ func (cmd *Command) Run(repo repository.Repo, args []string) error {
// CommandMap defines all of the available (sub)commands.
var CommandMap = map[string]*Command{
- "list": listCmd,
+ "ls": lsCmd,
"new": newCmd,
"pull": pullCmd,
"push": pushCmd,