aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-11-13 17:18:17 +0100
committerEelco Dolstra <edolstra@gmail.com>2019-11-13 17:18:17 +0100
commit0352c1a4f8fdf911a3def97be1ab3d97a1817000 (patch)
treecc96a8eaceb85a3ac2b1a7e416739e9cb7acefbc
parent804910fb0eeb6a14ec8d6f98c7fd219da8d04581 (diff)
Typo
-rw-r--r--src/build-remote/build-remote.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-remote/build-remote.cc b/src/build-remote/build-remote.cc
index 279ae62f6..27dd35784 100644
--- a/src/build-remote/build-remote.cc
+++ b/src/build-remote/build-remote.cc
@@ -188,7 +188,7 @@ static int _main(int argc, char * * argv)
Store::Params storeParams;
if (hasPrefix(bestMachine->storeUri, "ssh://")) {
- storeParams["max-connections"] ="1";
+ storeParams["max-connections"] = "1";
storeParams["log-fd"] = "4";
if (bestMachine->sshKey != "")
storeParams["ssh-key"] = bestMachine->sshKey;