Skip to content

Commit 085b884

Browse files
authored
Fix defang ls (#630)
1 parent a20a6fe commit 085b884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/cli/command/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func SetupCommands(version string) {
187187
// TODO: when we add multi-project support to the playground, differentiate
188188
// between ls and ps
189189
lsCommand.Aliases = []string{"getServices", "ps", "ls", "list"}
190-
RootCmd.AddCommand(makeComposeLsCmd())
190+
RootCmd.AddCommand(lsCommand)
191191

192192
// Get Status Command
193193
RootCmd.AddCommand(getVersionCmd)

0 commit comments

Comments
 (0)