Skip to content
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

Print useful message instead of manifest when updating apps/konnector… #2340

Merged
merged 2 commits into from
Jan 23, 2020

Conversation

mamyn0va
Copy link
Contributor

This PR fixes the issue #1504.
It aims at printing a useful message on the CLI instead of manifest when updating apps/konnectors.

@mamyn0va mamyn0va requested a review from nono January 22, 2020 22:07
Copy link
Member

@nono nono left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I just have a small question before merging.

cmd/apps.go Outdated
if err != nil {
return err
}
fmt.Println(string(json))
msg := "%s is already up-to-date at %s"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this message has no \n, but the message for an updating app has one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a mistake. I forgot it.

@nono nono merged commit 4a0a20f into cozy:master Jan 23, 2020
@nono
Copy link
Member

nono commented Jan 23, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants