Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit b4feef0

Browse files
committed
fix: No as ed on envs ls
1 parent 3cffbca commit b4feef0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/cmd/envs.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ func lsEnvsCommand() *cobra.Command {
5858
Use: "ls",
5959
Short: "list all environments owned by the active user",
6060
Long: "List all Coder environments owned by the active user.",
61-
PreRun: func(cmd *cobra.Command, args []string) {
62-
autoStartInfo()
63-
},
6461
RunE: func(cmd *cobra.Command, args []string) error {
6562
ctx := cmd.Context()
6663
client, err := newClient(ctx)

0 commit comments

Comments
 (0)