forked from rakyll/drive
-
Notifications
You must be signed in to change notification settings - Fork 426
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
panic: logger cannot be nil #524
Comments
odeke-em
added a commit
that referenced
this issue
Dec 19, 2015
Fixes #524. For commands such as `init`, the opts are nil so use the vanilla logger for such cases and don't panic.
Thank you for reporting this and welcome to drive @Eyjafjallajokull. Oops, my apologies, I broke this a few hours ago. Fixing it up in a second. |
@Eyjafjallajokull please get the latest from master by $ go get -u github.com/odeke-em/drive/drive-gen && drive-gen Addressed and auto-closed by PR #525. |
Wow! Well done! Thank you for this super fast response! 🍺 |
Thank you thank you 🍺 🍺 to you too! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, I'm trying to run drive under docker. Getting this error:
I'm using image built using:
The text was updated successfully, but these errors were encountered: