Skip to content

Commit 755bcd1

Browse files
committed
Use EQU instead.
1 parent 91a5397 commit 755bcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test_script:
3232
- npm test
3333

3434
on_success:
35-
- IF "%APPVEYOR_PULL_REQUEST_NUMBER%"="" npm run prebuild -- -u %GITHUB_TOKEN%
35+
- IF "%APPVEYOR_PULL_REQUEST_NUMBER%" EQU "" npm run prebuild -- -u %GITHUB_TOKEN%
3636

3737
build: off
3838
version: "{build}"

0 commit comments

Comments
 (0)