From 5b7f5a9f889c77c2946bfb0027e3a298f9338d33 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 27 Jan 2022 14:04:21 -0500 Subject: [PATCH] fix typo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01aa75e80..406a8f200 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -456,7 +456,7 @@ jobs: - "checkout" - "run": # The Nix package doesn't know how to do this part, unfortunately. - name: "Generation version" + name: "Generate version" command: >- nix-shell .circleci/python.nix --argstr pkgsVersion "$NIXPKGS"