mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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
|
||||
|
||||
if [[ "${1:-}" == "--do-commit" ]]; then
|
||||
git add $config_file
|
||||
git add $stackage_config
|
||||
git commit -F - << EOF
|
||||
Stackage Nightly: $old_version -> $version
|
||||
|
||||
|
|
Loading…
Reference in a new issue