Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Mar 20, 2017
1 parent 77773e7 commit 337e9f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class AarPath {
// ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
def sep = File.separator
if (sep == '\\') {
sep = '\\\\' // coompat for windows
sep = '\\\\' // compat for windows
}
def repoGroup = aar.group.replaceAll('\\.', sep)
def repoAarPath = "$repoGroup$File.separator$aar.name"
Expand Down

0 comments on commit 337e9f4

Please sign in to comment.