From a315b88fb962c13d66dcfa9f6148b64949e13774 Mon Sep 17 00:00:00 2001 From: Christoph Johannes Kleine <linux@cj-k.de> Date: Sun, 3 Nov 2019 23:25:32 +0100 Subject: [PATCH] =?UTF-8?q?buildinstaller.yml:=20diskspreparation.sh=20in?= =?UTF-8?q?=20copy=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/buildinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/buildinstaller.yml b/tasks/buildinstaller.yml index f274123..ccbd828 100644 --- a/tasks/buildinstaller.yml +++ b/tasks/buildinstaller.yml @@ -39,7 +39,7 @@ - {"name": "installer.sh", "mode": "0775"} - {"name": "installer.config", "mode": "0755"} - {"name": "functions.sh", "mode": "0775"} - - {"name": "diskpreperation.sh", "mode": "0775"} + - {"name": "diskspreparation.sh", "mode": "0775"} loop_control: loop_var: _linux_install_file -- GitLab