Skip to content

Commit 8f6f733

Browse files
authored
Fix typo in top level gradle build script (#111)
1 parent c07e687 commit 8f6f733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (System.getProperty("idea.sync.active").toBoolean()) {
4242
val img =
4343
java.net
4444
.URI(
45-
"\"https://raw.githubusercontent.com/polaris-catalog/polaris/main/docs/img/logos/polaris-brandmark.png"
45+
"https://raw.githubusercontent.com/polaris-catalog/polaris/main/docs/img/logos/polaris-brandmark.png"
4646
)
4747
.toURL()
4848
.openConnection()

0 commit comments

Comments
 (0)