Skip to content

Commit

Permalink
fixed updater
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed May 9, 2024
1 parent 73febfc commit f32e0a6
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 @@ -201,7 +201,7 @@ function _updateDatabaseFile() {
(name) => name in packageJSON.dependencies,
)
return gulp
.src("node_modules/@ghom/bot.ts-cli/templates/" + database)
.src("templates/" + database)
.pipe(rename("database.ts"))
.pipe(gulp.dest("src/app"))
}
Expand Down

0 comments on commit f32e0a6

Please sign in to comment.