mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Add missing -m
This commit is contained in:
parent
b2f4e6cad3
commit
bc5b77bdd5
@ -101,7 +101,7 @@ getSettings (LTS bumpType) = do
|
||||
return ()
|
||||
putStrLn "Committing new LTS file to Git"
|
||||
git ["add", fpToString newfile]
|
||||
git ["commit", "Added new LTS release: " ++ show new]
|
||||
git ["commit", "-m", "Added new LTS release: " ++ show new]
|
||||
putStrLn "Pushing to Git repository"
|
||||
git ["push"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user