[skip ci] fix typo

This commit is contained in:
ansgarz 2024-11-25 21:38:19 +01:00
parent b4c907ec5e
commit 58ff04fb35

View file

@ -100,7 +100,7 @@ private fun Prov.provisionHetznerCSI(
if (onlyModules != null && onlyModules.contains(ServerOnlyModule.HETZNER_CSI.name.lowercase())) {
if (hetznerCSIConfigResolved == null) {
println("ERROR: Could not find grafana config.")
println("ERROR: Could not find hetznerCSI config.")
exitProcess(7)
}
provisionHetznerCSI(hetznerCSIConfigResolved)