fix maintenance
All checks were successful
build nixos-runner / build (push) Successful in 10m12s

This commit is contained in:
Jeffrey C. Ollie 2024-09-09 21:43:40 -05:00
parent 496876b445
commit 797dff20ed
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -221,7 +221,7 @@
name = "healthchecks-maintenance"; name = "healthchecks-maintenance";
config = { config = {
Cmd = [ Cmd = [
"${script}" "${script}/bin/maintenance"
]; ];
ExposedPorts = {}; ExposedPorts = {};
}; };