diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2011-05-14 02:20:28 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2011-05-14 02:20:28 +0200 |
commit | 9f655451eec77bd3ea11004177b59a8fd5fe7e77 (patch) | |
tree | 19e511bb40690da14b4d47d8821026c54134ce96 | |
parent | 7ce2c78efeb15b913d85b316d8189cc91176003b (diff) |
fix: publish instructions missed the file suffix.
-rw-r--r-- | contributing/web_pages/news.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index 39d9dbde..4edd491a 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -28,7 +28,7 @@ then publish them en bloc at the end of the month. * ... and publish - $ git cp contributing/web_pages/news/news_moth_next news/yyyy-mm + $ git cp contributing/web_pages/news/news_moth_next.mdwn news/yyyy-mm.mdwn $ git commit -m "Added MotH yyyy-mm" $ git push origin master |