Skip to content

Commit ecd7aba

Browse files
author
Ian Craggs
committed
Fix startprocess syntax
1 parent de193bd commit ecd7aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010

1111
- cmd: netsh advfirewall set allprofiles state off
1212

13-
- ps: Start-Process python -ArgumentList ..\test\mqttsas2.py mqtt.iotree.co.uk
13+
- ps: Start-Process python -ArgumentList '..\test\mqttsas2.py', 'mqtt.iotree.co.uk'
1414

1515
build_script:
1616
- cmd: >-

0 commit comments

Comments
 (0)