Skip to content
Snippets Groups Projects

Issue #3230250: Update Composer Stager to 0.2.0

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -130,7 +130,7 @@ class Updater {
* The absolute path for stage directory.
*/
public function getStageDirectory(): string {
// @todo This should be unique, in order to support parallelization, or
// @todo This should be unique, in order to support parallel runs, or
// multiple sites on the same server. Find a way to make it unique, and
// persistent for the entire lifetime of the update process.
return FileSystem::getOsTemporaryDirectory() . '/.automatic_updates_stage';
Loading