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