Skip to content

Commit 90e1f5d

Browse files
authored
Update windows_install.bat
setting the get tools location for chocolately within path
1 parent 9dcb31e commit 90e1f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ choco install phantomjs -y
99
choco install selenium-all-drivers -y
1010
choco install jdk8 -y
1111
choco install maven -y
12-
SETX PATH "%PATH%;C:\tools\selenium"
12+
SETX PATH "%PATH%;%ChocolateyToolsLocation%"

0 commit comments

Comments
 (0)