Skip to content

Commit

Permalink
Merge pull request #34 from chrisbliss18/curl-follow-redirects
Browse files Browse the repository at this point in the history
Added -L to curl request so that redirects are followed.
  • Loading branch information
manovotny committed Jun 13, 2014
2 parents e655830 + 15cdd60 commit 8fbb48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptest-cli-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ read WPPATH

# Import WP TESTS
cd $WPPATH
curl -O https://raw.githubusercontent.com/manovotny/wptest/master/wptest.xml
curl -OL https://raw.githubusercontent.com/manovotny/wptest/master/wptest.xml
wp import wptest.xml --authors=create
rm wptest.xml

0 comments on commit 8fbb48e

Please sign in to comment.