From 80db5dc7d53be3fbcbf447d16e31147be8949851 Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Sat, 13 Mar 2021 07:34:41 +0100 Subject: [PATCH] update is executable Without this change, I can't just do `./update.py` and need to do `python3 update.py` --- cargo/update.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 cargo/update.py diff --git a/cargo/update.py b/cargo/update.py old mode 100644 new mode 100755