Skip to content

Commit 8399387

Browse files
committed
Fixed batch file.
1 parent 825526a commit 8399387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Setup (run before opening solution).bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd %~dp0
1717
mklink /J TorchBinaries %path%
1818
if errorlevel 1 goto Error
1919
echo Done! You can now open the Torch solution without issue.
20-
goto End
20+
goto EndFinal
2121
:Error2
2222
echo An error occured creating the symlink.
2323
:EndFinal

0 commit comments

Comments
 (0)