Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tags go to builds/
  • Loading branch information
trexinc committed Oct 21, 2017
1 parent af3b7ff commit 8eb94c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far/svn_tag_build.bat
Expand Up @@ -28,7 +28,7 @@ echo.

for /f "tokens=3" %%f in ('svn info ^| find "Root:"') do set repo=%%f

set tag_path=%repo%/tags/%tag%
set tag_path=%repo%/tags/builds/%tag%

svn info %tag_path% > nul 2>&1 & (
if not errorlevel 1 (
Expand Down

0 comments on commit 8eb94c7

Please sign in to comment.