From 2e00865d0fab231cae95afe0d8551cd4cf75ab4e Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Mon, 6 Jul 2026 21:24:02 +0000 Subject: [PATCH] Correct file name --- reflash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflash.sh b/reflash.sh index 8efc268..b154675 100755 --- a/reflash.sh +++ b/reflash.sh @@ -48,7 +48,7 @@ for config in \ cat-feeder-cam.yaml \ btproxy-laundry.yaml \ garage-gate.yaml \ - irrigation-controller.yaml \ + irrigation.yaml \ tools-power.yaml; do flash+=("${command?} ${config?}") done