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

Add a soft failure if version lookup fails #934

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 25, 2022

  1. Add a soft failure if version lookup fails

    Currently if an error is returned from the Version lookup against GitHub
    the CLI will exit with an error.  This is unnecessary as the version lookup
    is an informational item.
    
    This change removes the error in favour of a message to the terminal to
    inform the user that a version lookup wasnt possible.
    
    Signed-off-by: Richard Gee <[email protected]>
    rgee0 committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    51eb86c View commit details
    Browse the repository at this point in the history