File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ func DefaultOpenWithEditorApps() OpenWithEditorAppsType {
4949
5050type RepositoryStruct struct {
5151 OpenWithEditorApps * config.Value [OpenWithEditorAppsType ]
52- SnippetRemoteName * config.Value [string ]
52+ SnippetRemoteName * config.Value [string ]
5353}
5454
5555type ConfigStruct struct {
@@ -71,7 +71,7 @@ func initDefaultConfig() {
7171 },
7272 Repository : & RepositoryStruct {
7373 OpenWithEditorApps : config.ValueJSON [OpenWithEditorAppsType ]("repository.open-with.editor-apps" ),
74- SnippetRemoteName : config.ValueJSON [string ]("repository.snippet-remote-name" ).WithDefault ("origin" ),
74+ SnippetRemoteName : config.ValueJSON [string ]("repository.snippet-remote-name" ).WithDefault ("origin" ),
7575 },
7676 }
7777}
You can’t perform that action at this time.
0 commit comments