[skip ci] fix typo
This commit is contained in:
parent
b4c907ec5e
commit
58ff04fb35
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ private fun Prov.provisionHetznerCSI(
|
||||||
|
|
||||||
if (onlyModules != null && onlyModules.contains(ServerOnlyModule.HETZNER_CSI.name.lowercase())) {
|
if (onlyModules != null && onlyModules.contains(ServerOnlyModule.HETZNER_CSI.name.lowercase())) {
|
||||||
if (hetznerCSIConfigResolved == null) {
|
if (hetznerCSIConfigResolved == null) {
|
||||||
println("ERROR: Could not find grafana config.")
|
println("ERROR: Could not find hetznerCSI config.")
|
||||||
exitProcess(7)
|
exitProcess(7)
|
||||||
}
|
}
|
||||||
provisionHetznerCSI(hetznerCSIConfigResolved)
|
provisionHetznerCSI(hetznerCSIConfigResolved)
|
||||||
|
|
Loading…
Reference in a new issue