From 126b187fbb38f29c333ad1a9faff2f82ae4e3ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Egelund-M=C3=BCller?= Date: Thu, 21 May 2026 14:57:46 +0100 Subject: [PATCH] Restore interactive prompts in devtool seed command --- cli/cmd/devtool/seed.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/cmd/devtool/seed.go b/cli/cmd/devtool/seed.go index 5277121ed5fd..48ab8c9196a5 100644 --- a/cli/cmd/devtool/seed.go +++ b/cli/cmd/devtool/seed.go @@ -48,7 +48,6 @@ func SeedCmd(ch *cmdutil.Helper) *cobra.Command { return err } } - ch.Interactive = false // disable interactive prompts for seeding return project.ConnectGithubFlow(cmd.Context(), ch, &project.DeployOpts{ GitPath: temp, SubPath: "rill-openrtb-prog-ads",