1
Fork 0

Remove the command from args.

This commit is contained in:
Bauke 2023-06-05 13:29:43 +02:00
parent 7cbab0f4b7
commit d96b1b01e0
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ async function main(): Promise<void> {
async function gitPush(remote: string, args: string[]): Promise<void> {
await new Deno.Command("git", {
args: [
"git",
"push",
"--follow-tags",
remote,