From 3fa7f7a57e020482f9bb2bbfe94c062e7027ac21 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Mon, 27 Jan 2025 13:18:18 +0100 Subject: [PATCH] Fix lint warning --- bundle/config/mutator/process_target_mode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/config/mutator/process_target_mode.go b/bundle/config/mutator/process_target_mode.go index d65e11c73..ebfe0d899 100644 --- a/bundle/config/mutator/process_target_mode.go +++ b/bundle/config/mutator/process_target_mode.go @@ -158,7 +158,7 @@ func validateProductionMode(ctx context.Context, b *bundle.Bundle, isPrincipalUs b.Config.Workspace.CurrentUser.UserName, ) if !isExplicitRootSet(b) { - cmdio.LogString(ctx, fmt.Sprintf("root_path is not set: %s", b.Config.Bundle.Target)) + cmdio.LogString(ctx, "root_path is not set: "+b.Config.Bundle.Target) if isRunAsSet(r) || isPrincipalUsed { // Just setting run_as is not enough to guarantee a single deployment, // and neither is setting a principal.