Skip to content

Commit

Permalink
herp derp
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke authored May 17, 2018
1 parent 972e6a7 commit a59f44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-l10n-gen.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use WP_CLI;

// Load autoloader if composer install run locally.
if ( file_exists( 'vendor/autoload.php' ) {
if ( file_exists( 'vendor/autoload.php' ) ) {
require_once 'vendor/autoload.php';
}

Expand Down

0 comments on commit a59f44d

Please sign in to comment.