-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
ddev get drud/ddev-platformsh
fails with panic
#4579
Comments
DDEV is trying to parse the line
makes everything work fine. I'm not sure whether this is a bug in the yaml parser or something DDEV's doing that's odd. A single-character key is unusual, but I don't see why it would fail. |
The original yaml.Unmarshall() is getting this: |
Weirder still, I can use |
Oh look at this, https://stackoverflow.com/a/44213322/215713 - "That n is the, pre-2009, canonical representation in YAML for the boolean "False" value." - which is what we see here. |
Is there an existing issue for this?
Run a Diagnostic and Paste Link Here
No response
Expected Behavior
ddev get drud/ddev-platformsh
shouldn't panicActual Behavior
Panic.
Steps To Reproduce
Anything else?
This happens when the following is in .platform.app.yaml:
The text was updated successfully, but these errors were encountered: