From 61e97c862e2fb0909402608afc8d8fa593d49647 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 31 Jan 2018 12:01:00 +0100 Subject: [PATCH] Fix "typo" in phar builds folder --- release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-checklist.md b/release-checklist.md index ef28d5de..e7f468c9 100644 --- a/release-checklist.md +++ b/release-checklist.md @@ -56,7 +56,7 @@ The script will also produce a total contributor and pull request count you can 3) Create a stable [Phar build](https://github.com/wp-cli/builds/tree/gh-pages/phar): - cd wp-cli-builds/phar + cd wp-cli/builds/phar cp wp-cli-release.phar wp-cli.phar md5 -q wp-cli.phar > wp-cli.phar.md5 shasum -a 512 wp-cli.phar | cut -d ' ' -f 1 > wp-cli.phar.sha512