Skip to content

Commit

Permalink
Fixed testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Nov 30, 2023
1 parent 5ea667f commit df53f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/client/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class ManagerBaseClient {
*/
async fetchLogs() {
const proxy = await this.client.proxy(MANAGER_IFACE);
const path = await proxy.CollectLogs;
const path = await proxy.CollectLogs();
const file = cockpit.file(path, { binary: true });
return file.read();
}
Expand Down

0 comments on commit df53f25

Please sign in to comment.