From f8fbcb251809a5c712d98bf435345037393d63b7 Mon Sep 17 00:00:00 2001 From: MithicSpirit Date: Thu, 15 Feb 2024 19:14:29 -0500 Subject: [PATCH] nit: make bootstrap/install.py executable (#1385) The shebang isn't very useful if it's not executable... This also brings it in line with `fetch-version-metadata.py` in the same directory. --- scripts/bootstrap/install.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/bootstrap/install.py diff --git a/scripts/bootstrap/install.py b/scripts/bootstrap/install.py old mode 100644 new mode 100755