Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 69b3df8

Browse files
committed
Fix upload_appveyor_builds.py for #126 [ci skip]
1 parent 3c041b6 commit 69b3df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload_appveyor_builds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
APPVEYOR_API_PROJECT_URL = urljoin(APPVEYOR_API_BASE_URL,
2020
'projects/dahlia/libsass-python/')
2121
APPVEYOR_API_BUILDS_URL = urljoin(APPVEYOR_API_PROJECT_URL,
22-
'history?recordsNumber=50&branch=python')
22+
'history?recordsNumber=50&branch=master')
2323
APPVEYOR_API_JOBS_URL = urljoin(APPVEYOR_API_PROJECT_URL,
2424
'build/')
2525
APPVEYOR_API_JOB_URL = urljoin(APPVEYOR_API_BASE_URL, 'buildjobs/')

0 commit comments

Comments
 (0)