From 3f2fc17e77d77745e0525d6bacec452d01cd1d6a Mon Sep 17 00:00:00 2001 From: Arun B <133169528+aboovara-orcl@users.noreply.github.com> Date: Thu, 11 May 2023 14:54:13 -0600 Subject: [PATCH] Update service.go --- pkg/service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/service.go b/pkg/service/service.go index 582e66b..85ac302 100644 --- a/pkg/service/service.go +++ b/pkg/service/service.go @@ -175,7 +175,7 @@ func getConfig(zd *ZFSSADriver) error { return errors.New(fmt.Sprintf("Cannot get ZFSSA username: %s", err)) } - // Get ZFSSA_TARGET from the mounted config file if available + // Get ZFSSA_TARGET from the mounted config file if available zfssaHost, _ := utils.GetValueFromYAML(DefaultConfigPath,"ZFSSA_TARGET") appliance := getEnvFallback("ZFSSA_TARGET", zfssaHost) zd.config.Appliance = strings.TrimSpace(appliance)