aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 14:51:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 14:51:15 -0400
commita6981054e3c6923bdf40de255b273c13ed6fe963 (patch)
tree6cb5b66378b077a002cf8f439dc69b6ff5cd0291 /standalone
parent0d564eaba48f8683561d707831371131b9f27b24 (diff)
typo
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index e6e23c907..217a0bf82 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -42,7 +42,7 @@ cabal update || true
cabal install --only-dependencies \
--constraint='persistent-sqlite ==2.2' \
--constraint='cryptonite ==0.7' \
- --constraint='mwc-random ==0.13.3.2'
+ --constraint='mwc-random ==0.13.3.2' \
|| true
# Detect when the last build was an incremental build and failed,