1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

fixed repository name in /:post (thanks Sim4n6 for reporting)

This commit is contained in:
Igor Chubin
2017-12-17 16:56:12 +00:00
parent c617389a88
commit f9d8edd6cc
+1 -1
View File
@@ -17,7 +17,7 @@ to chubin/cheat.sheets):
git pull https://github.com/${you}/cheat.sheets && cd cheat.sheets
cp ${cheatsheet} newcmd
git add newcmd
git commit -m 'added newcmd cheat sheets' newcmd
git commit -m 'added newcmd cheat sheet' newcmd
git push
# send pull request
~~~