Page MenuHomePhorge

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

Authored by aklapper on May 16 2024, 08:45.

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
Branch
NEremovePath (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1261
Build 1261: arc lint + arc unit