1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-02 20:57:47 +00:00

Fix watchdog settings typo

This commit is contained in:
Quackster 2023-01-22 10:44:30 +10:00
parent 6c02e50f89
commit 6f202e2117

View file

@ -76,7 +76,7 @@ public class Watchdog implements Runnable {
if (this.counter.get() % 30 == 0) {
try {
String imagerPath = ServerConfiguration.getString("site.imager.path");
String imagerPath = ServerConfiguration.getString("site.imaging.path");
if (!imagerPath.isBlank()) {
try {