Fix: config

This commit is contained in:
tkl 2025-01-22 11:56:34 +00:00
parent 6d9b0da10a
commit 9df7e8f3b4

2
.vscode/launch.json vendored
View File

@ -10,7 +10,7 @@
"request": "launch", "request": "launch",
"mode": "auto", "mode": "auto",
"program": "${fileDirname}", "program": "${fileDirname}",
"args": ["-c", "/etc/powercollect/config.json"] "args": ["-c", "./config/config.json"]
} }
] ]
} }