diff --git a/.vscode/launch.json b/.vscode/launch.json index 599bdf5..1738177 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "mode": "auto", "program": "${fileDirname}", - "args": ["-c", "/etc/powercollect/config.json"] + "args": ["-c", "./config/config.json"] } ] } \ No newline at end of file