Skip to content

Commit

Permalink
Generic to be generic
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Nov 18, 2021
1 parent f9785f5 commit 6a8d0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const vscode = require(`vscode`);
const { instance } = vscode.extensions.getExtension(`halcyontechltd.code-for-ibmi`).exports;

const Generic = require(`./Generic`);
const Generic = require(`./generic`);

const Cache = require(`./models/cache`);
const Declaration = require(`./models/declaration`);
Expand Down

0 comments on commit 6a8d0c5

Please sign in to comment.