Skip to content

Commit

Permalink
Merge pull request #78 from emirpprime/feature/quiet_fix
Browse files Browse the repository at this point in the history
::log -> ::print_value for output of get cmd
  • Loading branch information
schlessera committed Dec 12, 2018
2 parents 9e3ccb8 + ce7a6d8 commit 9a28481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config_Command.php
Expand Up @@ -332,7 +332,7 @@ public function get( $args, $assoc_args ) {
$type = Utils\get_flag_value( $assoc_args, 'type' );

$value = $this->return_value( $name, $type, self::get_wp_config_vars() );
WP_CLI::log( $value );
WP_CLI::print_value( $value );
}

/**
Expand Down

0 comments on commit 9a28481

Please sign in to comment.