From dcacdc1c030ccdc772c1757c33b1f313088375ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Mosn=C3=A1=C4=8Dek?= Date: Mon, 13 Feb 2023 01:48:21 +0100 Subject: [PATCH] Fix file mode of README.md (#1328) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README.md should not be executable - fix the mode bits. Signed-off-by: Ondrej Mosnáček --- README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644