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

fix: revert accidental change of upload-dir type, fixes #5076 #5087

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

gilbertsoft
Copy link
Member

@gilbertsoft gilbertsoft commented Jul 5, 2023

The Issue

The type of the upload-dir flag was accidentially changed to string slice.

How This PR Solves The Issue

This PR reverts the accidental change back to type string which will make --upload-dir working again like expected.

Manual Testing Instructions

ddev config --project-type=craftcms --docroot=web --create-docroot --upload-dir=cpresources should properly add the cpresources to the upload_dirs config.

Automated Testing Overview

Related Issue Link(s)

Release/Deployment Notes

@gilbertsoft gilbertsoft requested a review from a team as a code owner July 5, 2023 16:10
@github-actions github-actions bot added the bugfix label Jul 5, 2023
@github-actions
Copy link

github-actions bot commented Jul 5, 2023

Copy link
Member

@rfay rfay left a comment

Choose a reason for hiding this comment

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

Looks great, thanks! I haven't manually tested yet.

Copy link
Member

@rfay rfay left a comment

Choose a reason for hiding this comment

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

Manually tested, works as expected, thanks.

@rfay rfay merged commit abd2e8f into ddev:master Jul 5, 2023
23 checks passed
@rfay rfay deleted the fix/broken-upload-dir branch July 5, 2023 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants