Skip to content

Commit 11c74a6

Browse files
committed
Fix typo
1 parent 5b92f63 commit 11c74a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dev/editor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var defaultEditors = []Editor{
3737
},
3838
{
3939
Name: "IDEA",
40-
URL: "jetbrains://idea/checkout/git?idea.required.plugins.id=Git4Idea&checkout.repo=${repo-url}",
40+
URL: "jetbrains://idea/checkout/git?idea.required.plugins.id=Git4Idea&checkout.repo=${repo_url}",
4141
Icon: `gitea-idea`,
4242
},
4343
}

0 commit comments

Comments
 (0)