From 5a33fd9bc6123e9073ecb0976c72d4be4e4f8b5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 22 Mar 2022 07:51:17 +0000 Subject: [PATCH] Nano: Braindead me overlooked the rootfiles were misplaced MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This was introduced in b1c25d7a8456b7ff05f23c461c623dc18fddbae4, and subsequently broke the nightly builds, and I failed to spot this in the first place. :-/ Signed-off-by: Peter Müller --- config/rootfiles/{core => common}/nano | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/{core => common}/nano (100%) diff --git a/config/rootfiles/core/nano b/config/rootfiles/common/nano similarity index 100% rename from config/rootfiles/core/nano rename to config/rootfiles/common/nano -- 2.39.5