Fix spacing

This commit is contained in:
Joshua M. Boniface 2024-11-21 14:53:49 -05:00
parent a1b09d2d36
commit f1efc37632

View File

@ -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}"