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

revert mkdir with shell expansion #654

Merged
merged 1 commit into from Aug 21, 2020
Merged

revert mkdir with shell expansion #654

merged 1 commit into from Aug 21, 2020

Conversation

lufia
Copy link
Member

@lufia lufia commented Aug 21, 2020

I've changed mkdir -p ./dir-a ./dir-b ./dir-c to mkdir -p ./dir-{a,b,c}.
Unfortunately, The Travis CI builds after it is merged to master was broken.
So I revert this expansion.

Copy link
Member

@ne-sachirou ne-sachirou left a comment

Choose a reason for hiding this comment

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

LGTM 🙆‍♀️

@lufia lufia merged commit 2613d00 into master Aug 21, 2020
@lufia lufia deleted the fix-mkdir branch August 21, 2020 08:33
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