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