Skip to content

Commit

Permalink
CR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zyuzka committed Dec 17, 2018
1 parent 84d9812 commit a6aca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spryker/Zed/Setup/Business/Model/Cronjobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ protected function getCommand($command, $store)
$sourceBashCommand = '. ' . APPLICATION_ROOT_DIR . '/deploy/vars';

$customBashCommand = $checkDeployFolderExistsBashCommand . ' ' . '&&' . ' ' . $sourceBashCommand;
$destination = "\$destination_release_dir";
$destination = '$destination_release_dir';
}

return sprintf(
Expand Down

0 comments on commit a6aca47

Please sign in to comment.