We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853ffe1 commit e5f062dCopy full SHA for e5f062d
wp-cli-sync.php
@@ -30,7 +30,7 @@ function lb_cr() {
30
// Sync vars
31
$ssh_hostname = env('LIVE_SSH_HOSTNAME');
32
$ssh_username = env('LIVE_SSH_USERNAME');
33
- $rem_proj_loc = env('REMOTE_PROJECT_LCOATION');
+ $rem_proj_loc = env('REMOTE_PROJECT_LOCATION');
34
35
// Exit if some vars missing
36
if(empty($ssh_hostname) || empty($ssh_username) || empty($rem_proj_loc)) {
0 commit comments