Skip to content

Commit a395d8b

Browse files
committed
fix missing whitespaces
1 parent 32777be commit a395d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prepare.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
$WPT_SSH_CONNECT = getenv( 'WPT_SSH_CONNECT' );
1515
$WPT_SSH_OPTIONS = getenv( 'WPT_SSH_OPTIONS' ) ? : '-o StrictHostKeyChecking=no';
1616
$WPT_TEST_DIR = getenv( 'WPT_TEST_DIR' );
17-
$WPT_PHP_EXECUTABLE = getenv( 'WPT_PHP_EXECUTABLE') ? : 'php';
18-
$WPT_DEBUG = getenv( 'WPT_DEBUG') ? : '';
17+
$WPT_PHP_EXECUTABLE = getenv( 'WPT_PHP_EXECUTABLE' ) ? : 'php';
18+
$WPT_DEBUG = getenv( 'WPT_DEBUG' ) ? : '';
1919

2020
// Set the ssh private key if it's set.
2121
$WPT_SSH_PRIVATE_KEY_BASE64 = getenv( 'WPT_SSH_PRIVATE_KEY_BASE64' );

0 commit comments

Comments
 (0)