From 1e28d8a237cf9c4748bdbd5db0407bda6e6e524e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 16 Oct 2020 00:34:35 -0700 Subject: Fix typo --- generate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generate.el') diff --git a/generate.el b/generate.el index fd629a7..6e2e5e5 100644 --- a/generate.el +++ b/generate.el @@ -60,7 +60,7 @@ (yaml-dump (prepare-for-yaml `(("image" . "registry.gitlab.com/ryuslash/emacs-config") - ("stages" "pre-package-multi-file" "package" "unit-test" "integration-test" "deploy") + ("stages" "pre-package-multifile" "package" "unit-test" "integration-test" "deploy") ,@(mapcar #'directory->prepackage directories) ("package" ("stage" . "package") -- cgit v1.2.3-54-g00ecf