We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf24ad commit 44c6781Copy full SHA for 44c6781
src/bootstrap/bootstrap.py
@@ -251,7 +251,7 @@ def fix_executable(self, fname):
251
252
# At this point we're pretty sure the user is running NixOS
253
nix_os_msg = "info: you seem to be running NixOS. Attempting to patch"
254
- print(" ".join([nix_os_msg, fname]))
+ print(nix_os_msg, fname)
255
256
try:
257
interpreter = subprocess.check_output(
0 commit comments