1
0
Fork 0

changed string to match authorization errors

pull/750/head
Gordon Schmidt 2012-05-31 09:22:53 +02:00 committed by Gordon Schmidt
parent f418a63e57
commit 589dffbfbb
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class Svn
} }
// the error is not auth-related // the error is not auth-related
if (false === stripos($output, 'authorization failed:')) { if (false === stripos($output, 'Could not authenticate to server:')) {
throw new \RuntimeException($output); throw new \RuntimeException($output);
} }