mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
less backslashes
This commit is contained in:
parent
ebf93ab953
commit
241e516cde
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -7,8 +7,8 @@ manual-update:
|
|||
git add "./ponysay" ;\
|
||||
git stash ;\
|
||||
git checkout $$branch ;\
|
||||
git rm "./pages/ponysay/*" ;\
|
||||
git stash pop ;\
|
||||
git mv "./ponysay" "./pages" ;\
|
||||
)
|
||||
git rm "./pages/ponysay/*"
|
||||
git stash pop
|
||||
git mv "./ponysay" "./pages"
|
||||
|
||||
|
|
Loading…
Reference in a new issue