mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:26:31 +00:00
fixed pushd / pulld commands in cmd
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set CURRENT_DIR=%cd%
|
||||
|
||||
REM Change to the parent directory of the current location
|
||||
cd /d %~dp0..
|
||||
cd /d %~dp0
|
||||
|
||||
if not exist cdn_manager.exe (
|
||||
echo Install cdn_manager
|
||||
|
||||
Reference in New Issue
Block a user