Skip to content

Commit a2a47e1

Browse files
author
Albert Shown
committed
Update Bootstrap
1 parent 6535a82 commit a2a47e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
22
cd PyPI\Package\src\webui
33
call bootstrap.bat %*
4-
cd ..
4+
cd ..\..\..\..

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
cd PyPI/Package/src/webui
33
sh bootstrap.sh "$@"
4-
cd ..
4+
cd ../../../..

0 commit comments

Comments
 (0)