;shake hledgerorg: tweak home page commit message

This commit is contained in:
Simon Michael 2019-03-08 19:45:25 -08:00
parent 1ae36fe02c
commit a34892f358

View File

@ -470,7 +470,7 @@ main = do
cmd_ Shell
"git diff --quiet -- site/index.md"
"|| ("
"git commit -m ';site: home: wiki links' -m '[ci skip]' site/index.md"
"git commit -m ';site: update cookbook links' -m '[ci skip]' site/index.md"
"&& git push"
")"