aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ls.go')
-rw-r--r--commands/ls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ls.go b/commands/ls.go
index fe3f9288..1bc2afff 100644
--- a/commands/ls.go
+++ b/commands/ls.go
@@ -53,5 +53,5 @@ var lsCmd = &cobra.Command{
}
func init() {
- rootCmd.AddCommand(lsCmd)
+ RootCmd.AddCommand(lsCmd)
}