Fix issue reference in comment.

This commit is contained in:
Josh Matthews 2018-11-26 22:39:06 -05:00 committed by GitHub
parent 59500cdcc7
commit 8c29eeaf8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ function unsafe_pull_from_upstream() {
# Update the manifest to include the new changes.
./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
# Amend the existing commit with the new changes from updating the manifest.