mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Minor, fix obvious typo in SVN patch workflow (@mroch).
This commit is contained in:
parent
7ba210f89a
commit
d83768a949
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ EOTEXT
|
|||
}
|
||||
|
||||
foreach ($propset as $path => $changes) {
|
||||
foreach ($change as $prop => $value) {
|
||||
foreach ($changes as $prop => $value) {
|
||||
// TODO: Probably need to handle svn:executable specially here by
|
||||
// doing chmod +x or -x.
|
||||
if ($value === null) {
|
||||
|
|
Loading…
Reference in a new issue