Skip to content

Commit 9e25946

Browse files
committed
fix: substring in replication/splc23-views/build.bat
1 parent ed64435 commit 9e25946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

replication/splc23-views/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rem Get the current directory
77
for %%A in ("%CD%") do set "currentDir=%%~nxA"
88

99
rem Check if the current directory ends with the target sub-path
10-
if "%currentDir:~-9%"=="%targetSubPath%" (
10+
if "%currentDir:~-12%"=="%targetSubPath%" (
1111
cd ..\..
1212
docker build -t diff-detective-views replication\splc23-views\Dockerfile .
1313
@pause

0 commit comments

Comments
 (0)