1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 17:09:01 +02:00

Minor, fix obvious typo in SVN patch workflow (@mroch).

This commit is contained in:
epriestley 2012-08-23 17:52:38 -07:00
parent 7ba210f89a
commit d83768a949

View file

@ -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) {