diff --git a/deploy.py b/deploy.py
index bb1c0561e2977b325319082ecf57684621fc7760..6b8377da1cf9cb3c8ced0f171fbe58164bd8e6ee 100755
--- a/deploy.py
+++ b/deploy.py
@@ -302,8 +302,7 @@ class OpenSKInstaller:
       # Need to update
       self.checked_command_output(
           ["rustup", "install", target_toolchain_fullstring])
-    self.checked_command_output(
-        ["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch])
+    self.checked_command_output(["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch])
     info("Rust toolchain up-to-date")
 
   def build_tockos(self):