From 6463ff56fede8447b4c01f3e30e5fbb6cfd2f962 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 15:05:16 -0700 Subject: [PATCH] add ~ --- easy-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-installer.py b/easy-installer.py index bd976a86..bb3a8125 100644 --- a/easy-installer.py +++ b/easy-installer.py @@ -199,7 +199,7 @@ def setup_prod( "compose", "build", "--ssh", - "$HOME/.ssh/brothertonerpprod_ed25519", + "default=~/.ssh/brothertonerpprod_ed25519", ], check=True, )