From f1efc376325c6b813cd1dea817fe12fefcc510b1 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 21 Nov 2024 14:53:49 -0500 Subject: [PATCH] Fix spacing --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 0e5e6fe..9dcdbd6 100755 --- a/build.py +++ b/build.py @@ -380,7 +380,7 @@ def build_portable( # Build the dockerfile and packages log( - f">>>{docker_build_cmd} {build_args} --file {repo_root_dir}/{dockerfile} --tag {imagename} {repo_root_dir}" + f">>> {docker_build_cmd} {build_args} --file {repo_root_dir}/{dockerfile} --tag {imagename} {repo_root_dir}" ) os.system( f"{docker_build_cmd} {build_args} --file {repo_root_dir}/{dockerfile} --tag {imagename} {repo_root_dir}"