-
Notifications
You must be signed in to change notification settings - Fork 822
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
Config: Fix config version downgrade #1770
base: master
Are you sure you want to change the base?
Conversation
Because this isn't really a file, it's a byte slice
Because it's not actually a file
df0de84
to
8457cb1
Compare
Pulling out the os.Exit and replacing with testable pathway. |
8457cb1
to
a8dbd89
Compare
a8dbd89
to
82174cf
Compare
That's better, and testable. |
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.
Just one thing and a suggestion. Thanks you! 🙏
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.
Last thing on new changes and linter issue then looks good to go. Thanks!
Linter fixed :) |
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.
tACK. Thank you.
Fixes #1769 and issue raised on #1735
Type of change
How has this been tested