Skip to content

Commit

Permalink
Fixes #882 - corrects -G flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Oct 25, 2019
1 parent 9db3e94 commit 5f44b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git/gitService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f44b46

Please sign in to comment.