Skip to content

Commit cdf3399

Browse files
authored
Merge pull request #68 from nao-pon/patch-4
To enable the archive command
2 parents 1f32305 + 7b1b712 commit cdf3399

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Driver.php

+3
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ protected function init()
167167
$this->imageManager = new ImageManager();
168168
}
169169

170+
// enable command archive
171+
$this->options['useRemoteArchive'] = true;
172+
170173
return true;
171174
}
172175

0 commit comments

Comments
 (0)