mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-30 15:20:39 +00:00
fix typo
This commit is contained in:
parent
5d480e2aee
commit
300f4da3c2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ If ($(APPVEYOR_REPO_TAG) -Match "true") {
|
|||
exit 0
|
||||
}
|
||||
# non-testing tags should be in the form v1.2.3
|
||||
If ("v$(C:\Python27\python.exe setup.py -V" -Match $(APPVEYOR_REPO_TAG_NAME)) {
|
||||
If ("v$(C:\Python27\python.exe setup.py -V)" -Match $(APPVEYOR_REPO_TAG_NAME)) {
|
||||
exit 0
|
||||
}
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue