From 2ad5e6c7394d45c2406d13f4322b5695f1b0240a Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 13 Jul 2022 16:22:15 -0400
Subject: [PATCH] line 18: syntax error near unexpected token `('

I don't think this is really the fix but it _is_ shell, we don't need those
parents, let's see.
---
 ci-tools/update-nixpkgs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs
index d8f0fbfa..6f6e4e7c 100755
--- a/ci-tools/update-nixpkgs
+++ b/ci-tools/update-nixpkgs
@@ -27,8 +27,8 @@ setup_git() {
     git config --global user.name "Update Bot"
 }
 
-setup_ssh()
-setup_git()
+setup_ssh
+setup_git
 
 TARGET_BRANCH="nixpkgs-upgrade-$(date +%Y-%m-%d)"
 
-- 
GitLab