Skip to content

Commit 3c18ee5

Browse files
committed
Fix dir
1 parent 4ecbc9f commit 3c18ee5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/update_lib.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ echo Done!
3030
rmdir /s /q TmpRocket
3131
rm -f Rocket.zip
3232

33-
git diff --name-only lib
33+
git diff --name-only ..\lib
3434

3535
:: Commit changes
3636
set /P commit=Commit changes ? [Y/N]
3737

3838
IF /I "%commit%" EQU "Y" (
39-
git add lib/
39+
git add ..\lib
4040
git commit -m "Update lib"
4141
git push -u origin master
4242
)

0 commit comments

Comments
 (0)