diff options
author | Gary Pendergast <pento@git.wordpress.org> | 2018-05-25 00:14:14 +0000 |
---|---|---|
committer | Gary Pendergast <pento@git.wordpress.org> | 2018-05-25 00:14:14 +0000 |
commit | 53e3a17e6fd990552f33de89d1c2d41c2d12903d (patch) | |
tree | f9bc72dc0e0d3554374716351b8902d8213e20e5 /wp-cli.yml | |
parent | f4fbba188db2f7f38abd16b8a9de4031b34d011b (diff) | |
download | wordpress-53e3a17e6fd990552f33de89d1c2d41c2d12903d.tar.gz wordpress-53e3a17e6fd990552f33de89d1c2d41c2d12903d.zip |
Tools: Update `wp-cli.yml` to point to the `build` directory.
After [43309], WP-CLI should be running against the `build` directory, not the `src` directory.
Props jpry.
Fixes #44214.
git-svn-id: https://develop.svn.wordpress.org/trunk@43312 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'wp-cli.yml')
-rw-r--r-- | wp-cli.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-cli.yml b/wp-cli.yml index 3e2c616dfc..24d43dd85d 100644 --- a/wp-cli.yml +++ b/wp-cli.yml @@ -1 +1 @@ -path: src/ +path: build/ |