Skip to content

Commit

Permalink
don't cache a GStringImpl, convert it always to a String
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 25, 2015
1 parent a248e67 commit 6cf1d94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -153,7 +153,7 @@ class RepositoryController {
}

}
url = "${repoUrl}/$plugin/$pluginVersion/$plugin-${snapshotVersion}$type"
url = "${repoUrl}/$plugin/$pluginVersion/$plugin-${snapshotVersion}$type".toString()
cacheService?.putContent(key, url)
}

Expand Down

0 comments on commit 6cf1d94

Please sign in to comment.