From cc02f632af7f13eaa4630152432dfee3196684d1 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Tue, 1 Feb 2022 12:39:56 +0100 Subject: Tweaked remote_build.py TTY output --- scripts/remote_build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/remote_build.py b/scripts/remote_build.py index 27e9f93de..c5787f635 100644 --- a/scripts/remote_build.py +++ b/scripts/remote_build.py @@ -93,8 +93,8 @@ def _local(args): ssh_bin = find_git_tool(git_bin, "ssh") scp_bin = find_git_tool(git_bin, "scp") - print(f"Using ssh from '{ssh_bin.name}' from '{ssh_bin.parent}'") - print(f"Using scp from '{scp_bin.name}' from '{scp_bin.parent}'") + print(f"Using '{ssh_bin.name}' from '{ssh_bin.parent}'") + print(f"Using '{scp_bin.name}' from '{scp_bin.parent}'") # Find the Zen repository root for parent in Path(__file__).resolve().parents: -- cgit v1.2.3