From 0f566169e2b5089f3ec773d0e2b7f028c1aeeabb Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Fri, 22 Mar 2024 13:58:18 -0700 Subject: [PATCH] Change home path --- easy-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-installer.py b/easy-installer.py index bb3a8125..31e62c91 100644 --- a/easy-installer.py +++ b/easy-installer.py @@ -199,7 +199,7 @@ def setup_prod( "compose", "build", "--ssh", - "default=~/.ssh/brothertonerpprod_ed25519", + "default=$HOME/.ssh/brothertonerpprod_ed25519", ], check=True, )