Skip to content

Commit

Permalink
Revert "Run PEX with -v*9"
Browse files Browse the repository at this point in the history
This reverts commit edf81ef.
  • Loading branch information
Eric-Arellano committed Feb 19, 2019
1 parent ab534e2 commit fb9ef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/release.sh
Expand Up @@ -55,7 +55,7 @@ function run_pex27() {

curl -sSL "${PEX_DOWNLOAD_PREFIX}/v${PEX_VERSION}/${PEX_PEX}" > "${pex}"
chmod +x "${pex}"
"${pex}" "-vvvvvvvvv" "$@"
"${pex}" "$@"
)
}

Expand Down

0 comments on commit fb9ef9b

Please sign in to comment.