We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6839a80 commit 6a2f4e4Copy full SHA for 6a2f4e4
bakefile.py
@@ -24,7 +24,7 @@ def _build_for_publish(self):
24
if self._target:
25
cmd += f" --target {self._target}"
26
27
- self.ctx.run(" ".join(cmd))
+ self.ctx.run(cmd)
28
29
30
class MyBakebook(RustLibSpace, PythonLibSpace):
0 commit comments