Skip to content

Commit

Permalink
Fix linter nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Oct 30, 2022
1 parent 3becf52 commit a34789b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const aliasLegacyEnvironmentVariables = () => {
process.env[key.replace(oldPrefix, newPrefix)] = process.env[key];
}
}
}
};

const setupOpts = (opts) => {
const { markdownfile } = opts;
Expand Down

2 comments on commit a34789b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

Please sign in to comment.