Skip to content

Commit 1da2429

Browse files
chore: fix invalid comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5d714b5 commit 1da2429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentcontainers/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func WithProjectDiscovery(projectDiscovery bool) Option {
289289
}
290290
}
291291

292-
// WithProjectDiscovery sets if the API should attempt to autostart
292+
// WithDiscoveryAutostart sets if the API should attempt to autostart
293293
// projects that have been discovered
294294
func WithDiscoveryAutostart(discoveryAutostart bool) Option {
295295
return func(api *API) {

0 commit comments

Comments
 (0)