-
Notifications
You must be signed in to change notification settings - Fork 69
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
Go: INFO
.
#2988
Go: INFO
.
#2988
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
@@ -46,7 +46,7 @@ func (client *glideClient) CustomCommand(args []string) (interface{}, error) { | |||
func (client *glideClient) ConfigSet(parameters map[string]string) (string, error) { | |||
result, err := client.executeCommand(C.ConfigSet, utils.MapToString(parameters)) | |||
if err != nil { | |||
return "", err | |||
return defaultStringResponse, err |
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.
Awesome job on fixing little code quality issues. We should all be looking for opportunities to do this as part of our PRs when we are already making changes to existing code.
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.
Overall LGTM
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
INFO
commmandClusterValue
with doc fixIssue link
This Pull Request is linked to issue (URL): #2876
Checklist
Before submitting the PR make sure the following are checked: