Skip to content

Commit

Permalink
on the Edge of Sleep™
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Nov 18, 2024
1 parent 50b118c commit c947b34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/gitpod-cli/cmd/open.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ var openCmd = &cobra.Command{
c.Stdin = os.Stdin
c.Stdout = os.Stdout
c.Stderr = os.Stderr
time.Sleep(10 * time.Second)
err = c.Run()
if err != nil {
if ctx.Err() != nil {
Expand Down

0 comments on commit c947b34

Please sign in to comment.