Skip to content

Commit e5f062d

Browse files
committed
Variable typo fix
1 parent 853ffe1 commit e5f062d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-cli-sync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function lb_cr() {
3030
// Sync vars
3131
$ssh_hostname = env('LIVE_SSH_HOSTNAME');
3232
$ssh_username = env('LIVE_SSH_USERNAME');
33-
$rem_proj_loc = env('REMOTE_PROJECT_LCOATION');
33+
$rem_proj_loc = env('REMOTE_PROJECT_LOCATION');
3434

3535
// Exit if some vars missing
3636
if(empty($ssh_hostname) || empty($ssh_username) || empty($rem_proj_loc)) {

0 commit comments

Comments
 (0)