Skip to content

Commit

Permalink
Remove update-manifest argument that is no longer valid.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Mar 17, 2018
1 parent fc90e61 commit f1e9e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/update-wpt-checkout
Expand Up @@ -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
Expand Down

0 comments on commit f1e9e6d

Please sign in to comment.