Skip to content

Commit eee96e4

Browse files
committed
docs(locales): update translations
1 parent 1eabb17 commit eee96e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function archiveBuild($release = 'release') {
206206
$success = $this->taskExec('composer')
207207
->arg('install')
208208
->arg('--no-dev')
209-
->arg("--working-dir='$archiveWorkdir/$pluginName'")
209+
->arg("--working-dir=$archiveWorkdir/$pluginName")
210210
->run();
211211
if ($success->getExitCode() != 0) {
212212
throw new RuntimeException("failed to generate PHP resources");

0 commit comments

Comments
 (0)