From 44f9cd39d6ef24e1e317ec1bcb79a73946019381 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 26 Nov 2023 08:29:43 -0600 Subject: [PATCH] makefile | typo --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ad8f6c4..64006a8 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ all: weekly: pull clean update ci all push -cweekly pull clean all +cweekly: pull clean all update: nix flake update