Remove update-manifest argument that is no longer valid.

This commit is contained in:
Josh Matthews 2018-03-16 21:49:24 -04:00 committed by GitHub
parent fc90e613d8
commit f1e9e6d111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ function unsafe_pull_from_upstream() {
fi
# 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.
git commit -a --amend --no-edit || return 4