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

Suppress mkdir 'directory exists' output in Windows install #227

Merged
merged 1 commit into from
Mar 18, 2019

Conversation

itowlson
Copy link
Contributor

When updating a Windows install, the PowerShell script emits a lot of scary red error text before the discreet few lines about successfully installing. This turns out to be just mkdir saying that the directories already exist and all is well. This PR tells mkdir not to complain about directories already existing.

@itowlson itowlson requested a review from carolynvs March 14, 2019 21:38
@ghost ghost assigned itowlson Mar 14, 2019
@ghost ghost added the review label Mar 14, 2019
Copy link
Member

@carolynvs carolynvs left a comment

Choose a reason for hiding this comment

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

So you're telling me that I should use the force? I'm cool with that. 😇

@carolynvs carolynvs merged commit a0f639f into getporter:master Mar 18, 2019
@ghost ghost removed the review label Mar 18, 2019
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.

None yet

2 participants