From 2bfe1b5e63b47de8428b7052f7e250264b94ea4b Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 13 Jul 2022 18:45:33 -0400
Subject: [PATCH] should be `-d -d -d` so I could write: what I tell you three
 times is true

---
 ci-tools/update-nixpkgs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs
index bc8b1749..f033fe98 100755
--- a/ci-tools/update-nixpkgs
+++ b/ci-tools/update-nixpkgs
@@ -38,7 +38,7 @@ TARGET_BRANCH="nixpkgs-upgrade-$(date +%Y-%m-%d)"
 echo '{}' > morph/grid/local/public-keys/users.nix
 # nix-build -A morph -o result-before
 
-git branch -d "${TARGET_BRANCH}" || true
+git branch -D "${TARGET_BRANCH}" || true
 git checkout -b "${TARGET_BRANCH}"
 
 # Spawn *another* nix-shell that has the *other* update-nixpkgs tool.  Should
-- 
GitLab