changed string to match authorization errors

main
Gordon Schmidt 12 years ago committed by Gordon Schmidt
parent f418a63e57
commit 589dffbfbb

@ -100,7 +100,7 @@ class Svn
}
// 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);
}

Loading…
Cancel
Save