diff --git a/deploy.py b/deploy.py
index 16276ca3ce7988e72f289167b2171022fcff09ad..bb1c0561e2977b325319082ecf57684621fc7760 100755
--- a/deploy.py
+++ b/deploy.py
@@ -342,8 +342,7 @@ class OpenSKInstaller:
     env["RUSTFLAGS"] = " ".join(rust_flags)
 
     command = [
-        "cargo",
-        "build", "--release", "--target={}".format(props.arch),
+        "cargo", "build", "--release", "--target={}".format(props.arch),
         "--features={}".format(",".join(self.args.features))
     ]
     if is_example: