From f1e9e6d11107cb2fd40cd7896cd938d43e194901 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 16 Mar 2018 21:49:24 -0400 Subject: [PATCH] Remove update-manifest argument that is no longer valid. --- etc/ci/update-wpt-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/update-wpt-checkout b/etc/ci/update-wpt-checkout index c6495e51c40..8da094bf5ab 100755 --- a/etc/ci/update-wpt-checkout +++ b/etc/ci/update-wpt-checkout @@ -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