Fix the spacing

This commit is contained in:
Arun Boovaragamoorthy 2023-05-11 14:23:13 -06:00
parent 2135ab89dc
commit 58e0a9c22d

View File

@ -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)