We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eabb17 commit eee96e4Copy full SHA for eee96e4
1 file changed
RoboFile.php
@@ -206,7 +206,7 @@ public function archiveBuild($release = 'release') {
206
$success = $this->taskExec('composer')
207
->arg('install')
208
->arg('--no-dev')
209
- ->arg("--working-dir='$archiveWorkdir/$pluginName'")
+ ->arg("--working-dir=$archiveWorkdir/$pluginName")
210
->run();
211
if ($success->getExitCode() != 0) {
212
throw new RuntimeException("failed to generate PHP resources");
0 commit comments