Skip to content

Commit

Permalink
https://github.com/haxtheweb/issues/issues/2170
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Oct 29, 2024
1 parent a249201 commit 28a758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async function main() {
console.log('git config --global user.email "email@here');
}
// only set path if not already set
if (!commandRun.options.path) {
if (!commandRun.options.path && commandRun.options.skip) {
commandRun.options.path = process.cwd();
}
if (commandRun.options.auto) {
Expand Down

0 comments on commit 28a758a

Please sign in to comment.