mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-23 04:47: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 add "./ponysay" ;\
|
||||||
git stash ;\
|
git stash ;\
|
||||||
git checkout $$branch ;\
|
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