From d96b1b01e02d84348bbba6c445cbeeca6cc0bc4f Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 5 Jun 2023 13:29:43 +0200 Subject: [PATCH] Remove the command from args. --- .bauke/scripts/simple-git-push.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/.bauke/scripts/simple-git-push.ts b/.bauke/scripts/simple-git-push.ts index d660764..6e0e690 100644 --- a/.bauke/scripts/simple-git-push.ts +++ b/.bauke/scripts/simple-git-push.ts @@ -26,7 +26,6 @@ async function main(): Promise { async function gitPush(remote: string, args: string[]): Promise { await new Deno.Command("git", { args: [ - "git", "push", "--follow-tags", remote,