mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 18:22:41 +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 ($propset as $path => $changes) {
|
||||||
foreach ($change as $prop => $value) {
|
foreach ($changes as $prop => $value) {
|
||||||
// TODO: Probably need to handle svn:executable specially here by
|
// TODO: Probably need to handle svn:executable specially here by
|
||||||
// doing chmod +x or -x.
|
// doing chmod +x or -x.
|
||||||
if ($value === null) {
|
if ($value === null) {
|
||||||
|
|
Loading…
Reference in a new issue