Skip to content

Commit

Permalink
revert tarball repo URL
Browse files Browse the repository at this point in the history
Signed-off-by: Paul de Wouters <paul@hmn.md>
  • Loading branch information
Paul de Wouters committed Jun 1, 2014
1 parent 686f35a commit e33bbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-wp-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -ex
# set up a WP install
WP_CORE_DIR=/tmp/wordpress/
mkdir -p $WP_CORE_DIR
wget -nv -O /tmp/wordpress.tar.gz https://github.com/WordPress/WordPress/archive/$WP_VERSION.tar.gz
wget -nv -O /tmp/wordpress.tar.gz https://github.com/WordPress/WordPress/tarball/$WP_VERSION
tar --strip-components=1 -zxmf /tmp/wordpress.tar.gz -C $WP_CORE_DIR

# set up testing suite
Expand Down

0 comments on commit e33bbb4

Please sign in to comment.