Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Don't remove default themes and plugins when user answers 'n'
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Mar 16, 2015
1 parent c984374 commit fa8fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vv
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ PHP"
fi

maybe_remove_defaults=""
if [[ ! -z "$remove_defaults" ]]; then
if [[ "$remove_defaults" = "y" ]]; then
maybe_remove_defaults="wp theme delete twentythirteen --allow-root; wp theme delete twentyfourteen --allow-root; wp theme delete twentyfifteen --allow-root; wp plugin delete hello --allow-root; wp plugin delete aksimet --allow-root; git checkout HEAD ."
fi

Expand Down

0 comments on commit fa8fec1

Please sign in to comment.