Skip to content

Commit

Permalink
Update plopfile.js (syntax)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
arazabishov and github-actions[bot] authored Feb 3, 2021
1 parent c7703b8 commit 85a87b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plopfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ module.exports = (/** @type {import("plop").NodePlopAPI} */ plop) => {
actions.push({
type: "add",
path: `${prefix}build.gradle`,
templateFile: path.join(androidTemplateDir, "build.gradle")
templateFile: path.join(androidTemplateDir, "build.gradle"),
});
actions.push({
type: "add",
Expand Down

0 comments on commit 85a87b9

Please sign in to comment.