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

Subdirectories of .ddev/commands/* should not show up as custom commands #2060

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

rfay
Copy link
Member

@rfay rfay commented Feb 3, 2020

The Problem/Issue/Bug:

#2022 attempted to prevent directories in the .ddev/commands/* area from showing up as commands. Because they shouldn't.

It failed.

This fixes it.

How this PR Solves The Problem:

Manual Testing Instructions:

mkdir .ddev/commands/host/junkhost .ddev/commands/web/junkweb .ddev/commands/db/junkdb
ddev | grep junk

You shouldn't see anything.

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

@rfay rfay mentioned this pull request Feb 3, 2020
@rfay rfay force-pushed the 20200203_subdirectory_commands branch from fc0ddf4 to ebd4e48 Compare February 3, 2020 21:52
@rfay rfay merged commit de89fd2 into ddev:master Feb 4, 2020
@rfay rfay deleted the 20200203_subdirectory_commands branch February 4, 2020 14:08
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

1 participant