Explorar el Código

Fixes #882 - corrects -G flag usage

main
Eric Amodio hace 5 años
padre
commit
5f44b46741
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/git/gitService.ts

+ 1
- 1
src/git/gitService.ts Ver fichero

@ -1560,7 +1560,7 @@ export class GitService implements Disposable {
case 'change:':
for (const value of values) {
searchArgs.add(`-G=${value}`);
searchArgs.add(`-G${value}`);
}
break;

Cargando…
Cancelar
Guardar