Merge pull request #142 from rapid7/tomcat

Corrected tomcat version
This commit is contained in:
jbarnett-r7 2017-05-23 17:40:18 -05:00 committed by GitHub
commit cfd58c846c

View File

@ -1,4 +1,4 @@
chocolatey feature enable -n=allowGlobalConfirmation
choco install tomcat
choco install tomcat --version 8.0.33
chocolatey feature disable -n=allowGlobalConfirmation
exit
exit