Skip to content

Commit 3b0d997

Browse files
committed
Use lowercase for consistency.
1 parent 7546d09 commit 3b0d997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/application/paths/paths_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626

2727
// serviceName is the service name when installed.
2828
serviceName = "Elastic Agent"
29-
serviceNameDevelopmentMode = "Elastic Agent (Development)"
29+
serviceNameDevelopmentMode = "Elastic Agent (development)"
3030

3131
// shellWrapperPath is the path to the installed shell wrapper.
3232
shellWrapperPath = ""

0 commit comments

Comments
 (0)