We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf762ba commit b6d83daCopy full SHA for b6d83da
src/main/scala/com/codacy/client/bitbucket/v2/service/RepositoryServices.scala
@@ -126,7 +126,7 @@ class RepositoryServices(client: BitbucketClient) {
126
pageLength: Option[Int]
127
): RequestResponse[Seq[Repository]] = {
128
val encodedProjectKey = URLEncoder.encode(projectKey, "UTF-8")
129
- val url = s"${client.repositoriesBaseUrl}/$workspaceId?q=project.key=\"$encodedProjectKey\""
+ val url = s"""${client.repositoriesBaseUrl}/$workspaceId?q=project.key="$encodedProjectKey""""
130
131
pageRequest match {
132
case Some(request) =>
0 commit comments