From 9d3239c81f73b75afacd5048fd7bd687c5e3a538 Mon Sep 17 00:00:00 2001 From: Hygna Date: Tue, 25 Oct 2022 20:54:31 +0100 Subject: Moved some configs to package.json, removed an unnecessary dependency, added shebang to get_instances.py --- src/instances/get_instances.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/instances/get_instances.py (limited to 'src/instances') diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py old mode 100644 new mode 100755 index 8a0258c0..46b8589d --- a/src/instances/get_instances.py +++ b/src/instances/get_instances.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 # Note: Run this script from the root of the repo import traceback -- cgit 1.4.1