Silly typo

This commit is contained in:
Michael Snoyman 2017-02-08 09:08:10 +02:00
parent 305931f322
commit 86411d25f2

View File

@ -154,9 +154,9 @@ install:
- if [ -f configure.ac ]; then autoreconf -i; fi
- |
set -ex
if [ "$RESOLVER" = "--resolver nightly" ]
if [ "$ARGS" = "--resolver nightly" ]
then
stack $RESOLVER solver --update-config
stack $ARGS solver --update-config
fi
set +ex