From 8e182b9de91ff94898c7555aa126f271c0c473a3 Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Wed, 29 Apr 2020 11:40:48 +0200
Subject: [PATCH] Introduce formatting mistake

---
 deploy.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy.py b/deploy.py
index 16276ca..93dbe7b 100755
--- a/deploy.py
+++ b/deploy.py
@@ -342,8 +342,8 @@ 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:
-- 
GitLab