Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix/project-create-args #429

Merged
merged 1 commit into from
Jun 25, 2018
Merged

bugfix/project-create-args #429

merged 1 commit into from
Jun 25, 2018

Conversation

@busticated busticated requested a review from monkbroc June 22, 2018 20:42
const site = new CLIProjectInitCommandSite({
directory: argv.params.dir,
name: argv.name
});
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some context: arg handling has been broken for a while it seems (since 9ea72b0#diff-dc2a887cded43f37a650c27b9b32b44dR35). dropping process.cwd() here has no end-user impact since it was redundant - we call it again here:

return promptForLocation(new Projects().myProjectsFolder(), process.cwd());

so overall this seems pretty low-risk 👍

@busticated busticated force-pushed the bugfix/project-create-args branch from efac328 to 5b6d1b4 Compare June 25, 2018 18:41
@busticated busticated force-pushed the bugfix/project-create-args branch from 5b6d1b4 to e9c4176 Compare June 25, 2018 19:20
@busticated busticated merged commit 5cec784 into master Jun 25, 2018
@busticated busticated deleted the bugfix/project-create-args branch June 25, 2018 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants