mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Update src/git-command-manager.ts
Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
This commit is contained in:
parent
c28661c916
commit
92e6d1ac44
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export class GitCommandManager {
|
|||
args.push(ref)
|
||||
}
|
||||
// https://github.com/git/git/commit/a047fafc7866cc4087201e284dc1f53e8f9a32d5
|
||||
args.push('--');
|
||||
args.push('--')
|
||||
await this.exec(args)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue