From de9f17bdf642d9be5b3c237e1a46f31bfc01f34a Mon Sep 17 00:00:00 2001 From: Guilherme Dellagustin Date: Thu, 9 Nov 2023 17:28:40 +0100 Subject: [PATCH] Fix #22 reuse folder has incorrect name The repository was not REUSE compliant becauce the name of the `.reuse` folder was incorrect. This was fixed by renaming it. Related issues: - https://github.com/kyma-project/infrastructure-manager/issues/22 --- {reuse => .reuse}/dep5 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {reuse => .reuse}/dep5 (100%) diff --git a/reuse/dep5 b/.reuse/dep5 similarity index 100% rename from reuse/dep5 rename to .reuse/dep5