Skip to content

Commit

Permalink
fix mrg filename
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever committed Oct 6, 2023
1 parent 9c8d2b4 commit 16d761c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aviarytech/tev2-hrgt",
"version": "0.0.8",
"version": "0.0.9",
"description": "Human Readable Glossary Tool (HRGT)",
"main": "lib/Run.js",
"types": "lib/Run.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/Glossary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export class Glossary {
public async initialize(mrgFileName: string | null): Promise<Output> {
let mrgfile = path.join(
this.scopedir,
this.saf.scope.glossarydir,
mrgFileName ?? this.saf.scope.mrgfile
);

Expand Down

0 comments on commit 16d761c

Please sign in to comment.