mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
remove quotes since we don't spawn shell
This commit is contained in:
@@ -1694,7 +1694,7 @@ export class Repository {
|
||||
args.push(name);
|
||||
}
|
||||
|
||||
args.splice(0, 0, '-c', `http.userAgent="${this.git.userAgent}"`);
|
||||
args.splice(0, 0, '-c', `http.userAgent=${this.git.userAgent}`);
|
||||
|
||||
try {
|
||||
await this.run(args);
|
||||
|
||||
Reference in New Issue
Block a user