diff --git a/External/libgit2 b/External/libgit2 index 4cf1ec7..f23dc5b 160000 --- a/External/libgit2 +++ b/External/libgit2 @@ -1 +1 @@ -Subproject commit 4cf1ec7cff28da8838a2f0a9fb330e312ea3f963 +Subproject commit f23dc5b29f1394928a940d7ec447f4bfd53dad1f diff --git a/SwiftGit2Tests/RepositorySpec.swift b/SwiftGit2Tests/RepositorySpec.swift index 81afc88..081ed64 100644 --- a/SwiftGit2Tests/RepositorySpec.swift +++ b/SwiftGit2Tests/RepositorySpec.swift @@ -23,7 +23,7 @@ class RepositorySpec: QuickSpec { let url = URL(fileURLWithPath: "blah") let result = Repository.at(url) expect(result.error?.domain) == libGit2ErrorDomain - expect(result.error?.localizedDescription).to(match("Failed to resolve path")) + expect(result.error?.localizedDescription).to(match("failed to resolve path")) } }