From f9b2989e973e8a0d0b310c4d90bdd0b8510b7bc0 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Fri, 27 Nov 2020 10:26:04 +0700 Subject: [PATCH] Fix permissions on oci fixtures files These two json files were executable, they are now 0644. Signed-off-by: Arnaud Rebillout --- oci/fixtures/default.json | 0 oci/fixtures/example.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 oci/fixtures/default.json mode change 100755 => 100644 oci/fixtures/example.json diff --git a/oci/fixtures/default.json b/oci/fixtures/default.json old mode 100755 new mode 100644 diff --git a/oci/fixtures/example.json b/oci/fixtures/example.json old mode 100755 new mode 100644