Skip to content

Commit c362abf

Browse files
committed
fix unit test after merging main
1 parent 9b586fe commit c362abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
EnvPrefix = "NGINX_AGENT"
3838
KeyDelimiter = "_"
3939
KeyValueNumber = 2
40-
AgentDirName = "/etc/nginx-agent/"
40+
AgentDirName = "/etc/nginx-agent"
4141
DefaultMetricsBatchProcessor = "default_metrics"
4242
DefaultLogsBatchProcessor = "default_logs"
4343
DefaultExporter = "default"

0 commit comments

Comments
 (0)