From 05b616181b4676217ac2fa42e0c321b8ced5a35f Mon Sep 17 00:00:00 2001 From: LEDUNOIS Simon Date: Fri, 8 Apr 2022 14:44:16 +0000 Subject: [PATCH] fix: go documentation --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 109bf81..7f3bce5 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -18,7 +18,7 @@ var defaultConfigPath = fmt.Sprintf("%s/%s", config.DefaultConfigFolder, Default // APIKey is the admin API key configuration found in configuration file var APIKey *string -// URL is the admin url configuration found in configuration file +// B3LB is the admin url configuration found in configuration file var B3LB *string // Path is the direct path for configuration file