Skip to content

Commit 3256ff6

Browse files
swissspidyCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8ebf209 commit 3256ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Widget_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function ( $key ) {
288288
}
289289

290290
if ( null === $patch_value ) {
291-
WP_CLI::error( 'Please provide value to update.' );
291+
WP_CLI::error( "Please provide a value to {$action}." );
292292
}
293293
}
294294

0 commit comments

Comments
 (0)