OpenSecurity/test/create-security-vm.bat
changeset 22 ff138e89aa4d
parent 18 d7d7b8dee78e
child 30 0d5637405430
     1.1 --- a/OpenSecurity/test/create-security-vm.bat	Fri Dec 06 12:47:53 2013 +0100
     1.2 +++ b/OpenSecurity/test/create-security-vm.bat	Fri Dec 06 14:24:42 2013 +0100
     1.3 @@ -1,2 +1,2 @@
     1.4  @echo off
     1.5 -../cygwin/bin/curl -X PUT -d name='Test' http://127.0.0.1:8080/sdvms
     1.6 \ No newline at end of file
     1.7 +..\cygwin\bin\curl -X PUT --data "name=Test" http://127.0.0.1:8080/sdvms
     1.8 \ No newline at end of file