Skip to content

Commit

Permalink
[ci] yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored and actions-user committed Aug 24, 2021
1 parent c6146e6 commit 7821449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-dotenv/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function plugin(snowpackConfig, options) {

if (fs.existsSync(dotenvFile)) {
const dotenv = require('dotenv').config({
path: dotenvFile
path: dotenvFile,
});

if (expand) require('dotenv-expand')(dotenv);
Expand Down

1 comment on commit 7821449

@vercel
Copy link

@vercel vercel bot commented on 7821449 Aug 24, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.