We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7953962 commit ae26969Copy full SHA for ae26969
src/Shell_Command.php
@@ -79,7 +79,7 @@ private function check_shell_available( $shell_container, $site ) {
79
if ( ! in_array( $shell_container, $services, true ) ) {
80
EE::debug( 'Site type: ' . $site->site_type );
81
EE::debug( 'Site command: ' . $site->app_sub_type );
82
- EE::error( sprintf( '%s site does not have support to launch %s shell.', $shell_container, $site->site_url ) );
+ EE::error( sprintf( '%s site does not have support to launch %s shell.', $site->site_url, $shell_container ) );
83
}
84
85
0 commit comments