Skip to content

Commit

Permalink
specify home
Browse files Browse the repository at this point in the history
  • Loading branch information
Niccolo Raspa committed Jul 12, 2023
1 parent 67caf59 commit 387b5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def client_complete_message():
✨ Congratulations! You have successfully completed setting up an Osmosis client! ✨
""" + bcolors.ENDC)

print("🧪 Try running: " + bcolors.OKGREEN + "osmosisd status" + bcolors.ENDC)
print("🧪 Try running: " + bcolors.OKGREEN + f"osmosisd status --home {args.home}" + bcolors.ENDC)
print()

# Options
Expand Down

0 comments on commit 387b5b0

Please sign in to comment.