Skip to content

Commit 66332d8

Browse files
author
Justin Ryan
committed
Fix quotes
1 parent 61b1710 commit 66332d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subprojects {
2828
}
2929
issueManagement {
3030
system 'github'
31-
url 'https://github.com/Netflix/${rootProject.githubProjectName}/issues'
31+
url "https://github.com/Netflix/${rootProject.githubProjectName}/issues"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)