Skip to content

Commit

Permalink
oops copy paste error fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mclain committed Nov 26, 2024
1 parent 0f8db0d commit e30ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landscape/client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ def main(args, print=print): # noqa: C901
info_text = registration_info_text(config, currently_registered)
print(info_text)

if registration_status:
if currently_registered:
sys.exit(0)
else:
sys.exit(EXIT_NOT_REGISTERED)
Expand Down

0 comments on commit e30ea8d

Please sign in to comment.