Skip to content

Commit

Permalink
Fix require path typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Jul 12, 2023
1 parent 7424ede commit 83024c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rsc-scheme-converter/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const util = require('util');

const xml2js = require('xml2js');

const vbus = require('../resol-vbus');
const vbus = require('../..');

function promisify(fn) {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 83024c8

Please sign in to comment.