diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 345c9e21a..a05d8ac06 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts | |||
@@ -169,7 +169,7 @@ export class Config { | |||
169 | dir: this.ctx.globalStoragePath, | 169 | dir: this.ctx.globalStoragePath, |
170 | repo: { | 170 | repo: { |
171 | name: "rust-analyzer", | 171 | name: "rust-analyzer", |
172 | owner: "rust-analyzer" | 172 | owner: "rust-analyzer", |
173 | } | 173 | } |
174 | }; | 174 | }; |
175 | } | 175 | } |