Skip to content

Commit

Permalink
clear terminal forgotten on one option
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic authored Jan 20, 2022
1 parent f714a89 commit 7d75f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osmosis-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def cosmovisorInit ():
subprocess.run(["clear"], shell=True)
completeOsmosisd()
elif useCosmovisor == "3":
subprocess.run(["clear"], shell=True)
complete()
else:
subprocess.run(["clear"], shell=True)
Expand Down

0 comments on commit 7d75f7e

Please sign in to comment.