Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Change exit value from install to -1 from -11 (#300)
Browse files Browse the repository at this point in the history
Clearly an extra '1' digit was inserted.  Remove it.

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell authored and Joe Grund committed Oct 27, 2017
1 parent fdf68ed commit 15ec161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chroma-bundles/install
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def _check_repos():
'You may also see this message if Red Hat Satellite repos are enabled.\n'
'To skip this check, please rerun with the --no-repo-check flag.')
log.info("URLs that failed: %s" % ' '.join(urls))
sys.exit(-11)
sys.exit(-1)


def main():
Expand Down

0 comments on commit 15ec161

Please sign in to comment.