Page MenuHomePhorge

Correct call to non-existing Filesystem::removePath() in ArcanistDownloadWorkflow.php
ClosedPublic

Authored by aklapper on Thu, May 16, 08:45.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 1, 13:45
Unknown Object (File)
Thu, May 30, 22:30
Unknown Object (File)
Thu, May 30, 12:00
Unknown Object (File)
Thu, May 30, 10:01
Unknown Object (File)
Thu, May 30, 06:44
Unknown Object (File)
Wed, May 29, 01:36
Unknown Object (File)
Sun, May 26, 02:22
Unknown Object (File)
Sat, May 25, 21:49

Details

Summary

rARC21e80a635d798c5be2c6e5c272497b3170c1e079 introduced a call to non-existing Filesystem::removePath().
Presumably, remove() in src/filesystem/Filesystem.php was meant, so use that function instead.

Test Plan

Unknown, apart from reading and grep'ing the code base.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable