plugin-barman-cloud/internal/cmd
Marco Nenciarini e931611354
fix: typo in variable name
The environment variable CUSTOM_CNPG_VERSION (set in `internal/cnpgi/operator/lifecycle.go`)
is read as CUSTOM_CNPG_VERSIONXS in `internal/cmd/instance/main.go`.

```
$git grep -n CUSTOM_CNPG_VERSION
internal/cmd/instance/main.go:42:       _ = viper.BindEnv("custom-cnpg-version", "CUSTOM_CNPG_VERSIONXS")
internal/cnpgi/operator/lifecycle.go:299:                       Name:  "CUSTOM_CNPG_VERSION",
```

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2025-09-10 14:24:44 +02:00
..
healthcheck feat: add liveness and readiness probe support (#69) 2024-12-02 14:51:32 +01:00
instance fix: typo in variable name 2025-09-10 14:24:44 +02:00
operator feat(spike): restore (#29) 2024-11-06 16:01:56 +01:00
restore feat: separate recovery object store from replica source (#83) 2024-12-09 13:29:20 +01:00