Compare commits

...

1 Commits

Author SHA1 Message Date
tkl
9df7e8f3b4 Fix: config 2025-01-22 11:56:34 +00:00

2
.vscode/launch.json vendored
View File

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