Skip to content

Commit 9bee85d

Browse files
committed
Style fix
1 parent 2ad8092 commit 9bee85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function download( $args, $assoc_args ) {
160160
$from_url = ! empty( $download_url );
161161

162162
if ( $from_url ) {
163-
$version = null;
163+
$version = null;
164164
if ( isset( $assoc_args['version'] ) ) {
165165
WP_CLI::error( 'Version option is not available for URL downloads.' );
166166
}

0 commit comments

Comments
 (0)