Skip to content

Commit 45824bc

Browse files
inteonCopilot
andauthored
Apply suggested changes
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 469b1d1 commit 45824bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/agent/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ func postData(ctx context.Context, config CombinedConfig, preflightClient client
451451
return err
452452

453453
default:
454-
return fmt.Errorf("not implemented")
454+
return fmt.Errorf("not implemented for mode %s", config.TLSPKMode)
455455
}
456456
}
457457

0 commit comments

Comments
 (0)