From 02122f1c97c7917a8b8d6bc7ed8c5e1fce44b9cc Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 19 Apr 2021 12:55:49 +0100 Subject: [PATCH] Fix include from config file --- wp-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-cli.yml b/wp-cli.yml index 2c97a7d..626e267 100644 --- a/wp-cli.yml +++ b/wp-cli.yml @@ -1,2 +1,2 @@ require: - - command.php + - profile-command.php