Skip to content

Commit 31cca98

Browse files
authored
PYTHON-5253 Automated Spec Resync Quick Followup/Fix (#2443)
1 parent cf26301 commit 31cca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/resync-all-specs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ then
3333
# we're running locally
3434
python3 ./.evergreen/scripts/resync-all-specs.py
3535
else
36-
/opt/devtools/bin/python3.11 ./.evergreen/scripts/resync-all-specs.py "$PR_DESC"
36+
/opt/devtools/bin/python3.11 ./.evergreen/scripts/resync-all-specs.py --filename "$PR_DESC"
3737
if [[ -f $PR_DESC ]]; then
3838
# changes were made -> call scrypt to create PR for us
3939
.evergreen/scripts/create-spec-pr.sh "$PR_DESC"

0 commit comments

Comments
 (0)