Skip to content

Commit

Permalink
Copy tweak to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 2, 2023
1 parent a0b0ccb commit dacea9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function eleventyBundlePlugin(eleventyConfig, options = {}) {
});

if(hasExecuted) {
debug("Warning: You can only addPlugin @11ty/eleventy-plugin-bundle once per project. Subsequent adds are ignored.");
debug("Warning: Currently @11ty/eleventy-plugin-bundle only supports one addPlugin of this plugin per project. Subsequent adds are ignored.");
} else {
hasExecuted = true;
shortcodesPlugin(eleventyConfig, options);
Expand Down

0 comments on commit dacea9d

Please sign in to comment.