Commit 1feefab9 authored by Ian Craggs's avatar Ian Craggs

Fix startprocess path

parent ecd7abad
......@@ -10,7 +10,7 @@ install:
- cmd: netsh advfirewall set allprofiles state off
- ps: Start-Process python -ArgumentList '..\test\mqttsas2.py', 'mqtt.iotree.co.uk'
- ps: Start-Process python -ArgumentList 'test\mqttsas2.py', 'mqtt.iotree.co.uk'
build_script:
- cmd: >-
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment