From 76f3f53dd9c1c65c3652b4c5089803ff0165d377 Mon Sep 17 00:00:00 2001 From: Max Kotliar Date: Tue, 12 May 2026 14:46:12 +0300 Subject: [PATCH] .github: follow-up on prev commit abff93cf5311a0443bb7ccf171178435cd0f94ee --- app/vmauth/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/vmauth/main.go b/app/vmauth/main.go index c369c9f330..82a9909624 100644 --- a/app/vmauth/main.go +++ b/app/vmauth/main.go @@ -97,7 +97,6 @@ func main() { buildinfo.Init() logger.Init() - // TODO: remove before merge if *dryRun { if len(*authConfigPath) == 0 { logger.Fatalf("missing required `-auth.config` command-line flag")