1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-16 07:18:28 +00:00

Update wrangler

This commit is contained in:
Darren Shepherd
2022-01-07 14:29:46 -07:00
parent 9d72af0469
commit e7119828b8
3 changed files with 10 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
package main
import (
"context"
"os"
"github.com/rancher/steve/pkg/debug"
@@ -33,7 +32,7 @@ func main() {
}
func run(_ *cli.Context) error {
ctx := signals.SetupSignalHandler(context.Background())
ctx := signals.SetupSignalContext()
debugconfig.MustSetupDebug()
s, err := config.ToServer(ctx)
if err != nil {