mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove update-manifest argument that is no longer valid.
This commit is contained in:
parent
fc90e613d8
commit
f1e9e6d111
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function unsafe_pull_from_upstream() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update the manifest to include the new changes.
|
# Update the manifest to include the new changes.
|
||||||
./mach update-manifest --release || return 3
|
./mach update-manifest || return 3
|
||||||
|
|
||||||
# Amend the existing commit with the new changes from updating the manifest.
|
# Amend the existing commit with the new changes from updating the manifest.
|
||||||
git commit -a --amend --no-edit || return 4
|
git commit -a --amend --no-edit || return 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue