Skip to content

Commit

Permalink
[SETUP] Change vip-install wp-content repo to be VIP skeleton.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Jenkins committed Jun 24, 2021
1 parent b2e3bfc commit 6c346fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/vip-install
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ if [ ! -d "wp-content" ]
then
echo 'Cloning wp-content...'

git clone git@github.com:boxuk/box-wp-content.git wp-content
# Or change this to be your VIP wp-content repo.
git clone https://github.com/Automattic/vip-go-skeleton wp-content

echo 'Download vip plugins and dropins...'

Expand Down

0 comments on commit 6c346fe

Please sign in to comment.