Skip to content

Commit

Permalink
update env mode of ghom dev from 'dev' to 'factory'
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Jun 7, 2024
1 parent 9ad38ca commit 547eb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ async function _generateReadme(cb) {

await fs.promises.writeFile(
// eslint-disable-next-line no-undef
`${process.env.BOT_MODE === "dev" ? "." : ""}readme.md`,
`${process.env.BOT_MODE === "factory" ? "." : ""}readme.md`,
readme,
"utf8",
)
Expand Down

0 comments on commit 547eb53

Please sign in to comment.