Skip to content

Commit 6df738a

Browse files
committed
adjusting to be string
1 parent 02516ab commit 6df738a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- checkout
153153
- run:
154154
name: disable antivirus
155-
shell: cmd.exe -Verb RunAs
155+
shell: 'cmd.exe -Verb RunAs'
156156
privileged: true
157157
command: |
158158
sc stop WinDefend

0 commit comments

Comments
 (0)