aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-07 14:26:47 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-07 14:26:47 +0000
commit7e285ff81af1a0fd54a6cff5e46240cb220a8d62 (patch)
tree3a53aea4e958b59e8dd05c5a6570e0cb4aa2de0d
parent817f1c7ba3b2bd43b2ed7164b90008871850b913 (diff)
downloadverismith-7e285ff81af1a0fd54a6cff5e46240cb220a8d62.tar.gz
verismith-7e285ff81af1a0fd54a6cff5e46240cb220a8d62.zip
Fix formatting of build
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 266a0ee..a08a179 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if ! [[ -z $NIX ]]; then
- if [[ $NIX -eq 0 ]]; then
+ if [[ $NIX -eq 0 ]]; then
cabal update
cabal build
else