Skip to content

Commit 9b8288b

Browse files
committed
fix
1 parent 52e414b commit 9b8288b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Theme_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ protected function status_single( $args ) {
166166
if ( $this->has_update( $theme->get_stylesheet() ) )
167167
$version .= ' (%gUpdate available%n)';
168168

169-
echo WP_CLI::colorize( \WP_CLI\Utils\mustache_render( dirname( __DIR__ ) . 'theme-status.mustache', array(
169+
echo WP_CLI::colorize( \WP_CLI\Utils\mustache_render( dirname( __DIR__ ) . '/templates/theme-status.mustache', array(
170170
'slug' => $theme->get_stylesheet(),
171171
'status' => $status,
172172
'version' => $version,

0 commit comments

Comments
 (0)