From 387b5b0cd7fea0e579c7b863d2ece71d56f6f4d8 Mon Sep 17 00:00:00 2001 From: Niccolo Raspa Date: Wed, 12 Jul 2023 14:58:07 +0200 Subject: [PATCH] specify home --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index af590a8..582a708 100644 --- a/installer.py +++ b/installer.py @@ -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