Skip to content

Commit

Permalink
Fix for remote list spec URI paths on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Nov 12, 2014
1 parent d519d28 commit b49be1d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ class RemoteListOpSpec extends MultiGitOpSpec {
localGrgit.remote.list() == [
new Remote(
name: 'origin',
url: "file://$remoteGrgit.repository.rootDir.canonicalPath/",
url: remoteGrgit.repository.rootDir.canonicalFile.toPath().toUri(),
fetchRefSpecs: ['+refs/heads/*:refs/remotes/origin/*'])
]
}

}

0 comments on commit b49be1d

Please sign in to comment.