maintainers/scripts/haskell/update-stackage.sh: Fix wrong variable

This commit is contained in:
Malte Brandy 2021-05-07 22:37:14 +02:00
parent 958855d30c
commit cfdeaa13f2
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -59,7 +59,7 @@ sed -r \
< "${tmpfile}.new" >> $stackage_config
if [[ "${1:-}" == "--do-commit" ]]; then
git add $config_file
git add $stackage_config
git commit -F - << EOF
Stackage Nightly: $old_version -> $version