From bb58f2c38493d660fb6d0dc6fdd95fbe4539a056 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 5 Jan 2024 19:05:32 +0100 Subject: [PATCH] sync: Fix shebang --- sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync b/sync index 4be3c82..31600a8 100755 --- a/sync +++ b/sync @@ -1,4 +1,4 @@ -#!venv/bin/python +#!/usr/bin/env python3 import os import filecmp