mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Fix issue reference in comment.
This commit is contained in:
parent
59500cdcc7
commit
8c29eeaf8f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function unsafe_pull_from_upstream() {
|
||||||
|
|
||||||
# Update the manifest to include the new changes.
|
# Update the manifest to include the new changes.
|
||||||
./mach update-manifest || return 3
|
./mach update-manifest || return 3
|
||||||
# Update the manifest again to reach a fixed state (https://github.com/servo/servo/issues/22235).
|
# Update the manifest again to reach a fixed state (https://github.com/servo/servo/issues/22275).
|
||||||
./mach update-manifest || return 4
|
./mach update-manifest || return 4
|
||||||
|
|
||||||
# Amend the existing commit with the new changes from updating the manifest.
|
# Amend the existing commit with the new changes from updating the manifest.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue