maintainers/scripts/haskell/update-stackage.sh: Fix wrong variable
This commit is contained in:
parent
958855d30c
commit
cfdeaa13f2
|
@ -59,7 +59,7 @@ sed -r \
|
||||||
< "${tmpfile}.new" >> $stackage_config
|
< "${tmpfile}.new" >> $stackage_config
|
||||||
|
|
||||||
if [[ "${1:-}" == "--do-commit" ]]; then
|
if [[ "${1:-}" == "--do-commit" ]]; then
|
||||||
git add $config_file
|
git add $stackage_config
|
||||||
git commit -F - << EOF
|
git commit -F - << EOF
|
||||||
Stackage Nightly: $old_version -> $version
|
Stackage Nightly: $old_version -> $version
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue