Clarify git prune

This commit is contained in:
Ryan Scott
2018-10-02 19:00:51 -05:00
parent 373f50a102
commit 4b4fa8c66d

View File

@@ -1173,7 +1173,7 @@ export class Repository {
}
if (options.prune) {
args.push('-p');
args.push('--prune');
}