summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 15:20:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 15:20:26 -0400
commita11e7dd314b724168033a2f4a22a194c5156009a (patch)
tree9ddd12b60877f9f7c93f9fc182cb35a960323244 /standalone
parentdac2a7a8919d3b3382d8e525622f42dc1494410d (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 8233527b7..343b5dfbe 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -42,7 +42,7 @@ stack setup --stack-yaml standalone/windows/stack.yaml
stack build -j 1 --stack-yaml standalone/windows/stack.yaml --no-haddock --dependencies-only
# Build git-annex
-withcyg stack build --stack-yaml --no-haddock standalone/windows/stack.yaml
+withcyg stack build --stack-yaml standalone/windows/stack.yaml
# Get extra programs to bundle with git-annex.
# These are msys2 programs, from https://msys2.github.io/.