-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
init not working on macOS #36
Comments
This happens for me as well. |
Same here, however it does work if you explicitly specify the path to the config file, e.g. |
This also is confirmable for me as well. |
Same issue here. |
|
This seems to be not an issue with macOS, it's just caused by an empty |
* Fix init without explicit config flag (#36) - Config file defaults to refresh.yml - Check if file already exists before overwriting it - Refactor error checkin in Cobra commands * 1.17 update * Update tests.yml Co-authored-by: Christopher Hlubek <[email protected]>
Unsure on what is happening but
refresh init
is not creating the default yml file.Note that the
refresh.yml.bak
file is just my backup file to submit this issue.Also note that the project is outside GOPATH and it seems to make no difference if
GO111MODULE=on
is set.Unable to get any more verbose output from the binary.
refresh run
runs without the config file but does not work:However it works fine when I manually create a
refresh.yml
file.The text was updated successfully, but these errors were encountered: