mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
Fix init for windows
This commit is contained in:
@@ -125,7 +125,7 @@ class FileCompare
|
||||
|
||||
$this->command->info('- Waiting for deploy to go live...');
|
||||
|
||||
if (!$options[CompareOptions::DRY_RUN]) {
|
||||
if (!$options[CompareOptions::DRY_RUN] && $pullZoneId) {
|
||||
$flushResult = $this->apiClient->purgeCache($pullZoneId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user