From 111c6e395f5a0c44ca08a191b30d8179909da66c Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sun, 29 Mar 2026 12:28:18 +0200 Subject: [PATCH] Remove errant semicolon --- features/config-edit.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/config-edit.feature b/features/config-edit.feature index b2d5189b..75b7950a 100644 --- a/features/config-edit.feature +++ b/features/config-edit.feature @@ -3,7 +3,7 @@ Feature: Edit a wp-config file Scenario: Edit a wp-config.php file Given a WP install - When I try `EDITOR="ex -i NONE -c q!" wp config edit;` + When I try `EDITOR="ex -i NONE -c q!" wp config edit` Then STDERR should contain: """ Warning: No changes made to wp-config.php, aborted.