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

Move file copy before git add for .vscode #27

Merged

Conversation

3mkay
Copy link
Contributor

@3mkay 3mkay commented Nov 25, 2024

No description provided.

@3mkay 3mkay linked an issue Nov 25, 2024 that may be closed by this pull request
@3mkay 3mkay requested a review from bserem November 25, 2024 14:21
@@ -144,7 +144,7 @@ post_install_actions:
if [ ! -f ${DDEV_APPROOT}/.ddev/.env ]; then
cp ${DDEV_APPROOT}/.ddev/scripts/sample.env ${DDEV_APPROOT}/.ddev/.env
echo "Please configure upstream provider in .ddev/.env file!"
fi
Copy link
Collaborator

Choose a reason for hiding this comment

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

if is not closed!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not quite sure how that got removed. Best put it back in then.

@bserem bserem merged commit 73182aa into main Nov 25, 2024
0 of 2 checks passed
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.

Fails if .vscode not present issue on the install hooks
2 participants