-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix typo in deployAutoCF-Script #2022
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
Conversation
itzg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not a typo. Please provide an example that doesn't work.
|
This worked fine till the yesterday :/ |
|
FYI, info on that syntax. Please clarify what is not working. Have you run with |
|
I might have reproduced it, but it seems to be an issue in mc-image-helper, not that variable initialization. |
|
BTW, thanks for reporting the issue and pro-actively trying to fix it! |
|
Fix is on the way itzg/mc-image-helper#172 I need more unit tests over there 🤦♂️ |
|
Yes no problem. This seemed to be the most obvious thing to me. But seeing the commit in mc-image-helper that makes more sense. Will try it as soon as the image is deployed on docker hub. Thanks! |
|
To give some context, that was one of the rare times that syntax is useful since I needed to differentiate an unset value vs a value set with an empty string to allow for disabling the default file usage. |
|
Image build is in progress: https://github.com/itzg/docker-minecraft-server/actions/runs/4479470997 |
|
Its working now btw :) Thanks |
You made a little typo in your last commit which broke the container with existing Compose-Files. This fixes it.