mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Fix variable reference in function build command
This commit is contained in:
parent
4b98544112
commit
debdfeedf1
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ class Builds extends Action
|
|||
|
||||
// Enter output directory, if set
|
||||
if (!empty($outputDirectory)) {
|
||||
$listFilesCommand .= ' && cd ' . \escapeshellarg($resource->getAttribute('outputDirectory'));
|
||||
$listFilesCommand .= ' && cd ' . \escapeshellarg($outputDirectory);
|
||||
}
|
||||
|
||||
// Print files, and end separation
|
||||
|
|
|
|||
Loading…
Reference in a new issue