-
Notifications
You must be signed in to change notification settings - Fork 785
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
Default Authfile to proper path #1591
Conversation
We should show the location of the default authfile in user help Signed-off-by: Daniel J Walsh <[email protected]>
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.
LGTM
@@ -246,3 +247,15 @@ func VerifyFlagsArgsOrder(args []string) error { | |||
} | |||
return nil | |||
} | |||
|
|||
func GetDefaultAuthFile() string { |
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.
I'm surprised golang didn't yell at you for not having a doc line above this....
LGTM |
📌 Commit 0bb46ca has been approved by |
💔 Test failed - status-travis |
I restarted the two failed jobs; network flake 🙄 |
☀️ Test successful - status-papr, status-travis |
Signed-off-by: Daniel J Walsh [email protected]