Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:webreinvent/vaahcli into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
themodernpk committed Mar 19, 2024
2 parents 505f369 + d744acf commit 3a05668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"dateformat": "^4.0.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.5",
"execa": "^4.1.0",
"fs-sync": "^1.0.6",
"inquirer": "^7.3.3",
"listr": "^0.14.3",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/cms/m-make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default class CmsMMake extends Command {
this.inputs[key] = this.flags[key];
}

let source = '\\skeletons\\vaahcms\\module-files\\';
let source = '/skeletons/vaahcms/module-files/';



Expand Down

0 comments on commit 3a05668

Please sign in to comment.