diff options
| -rw-r--r-- | src/bootstrap/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 49e073dcc13..eaf2a40f2fa 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -251,7 +251,7 @@ class RustBuild(object): # At this point we're pretty sure the user is running NixOS nix_os_msg = "info: you seem to be running NixOS. Attempting to patch" - print(" ".join([nix_os_msg, fname])) + print(nix_os_msg, fname) try: interpreter = subprocess.check_output( |
