diff --git a/update.cmd b/update.cmd index 76d293b..b9c7fd9 100644 --- a/update.cmd +++ b/update.cmd @@ -1,8 +1,8 @@ git add . git commit -m "automatic commit" git push -copy index.html ../gitgay/index.html -copy style.css ../gitgay/style.css +copy index.html ..\gitgay\index.html +copy style.css ..\gitgay\style.css cd ../gitgay/ git add . git commit -m "automatic commit"