From a063a55d02b35830321c61e95af1606ae1bf41f8 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 3 Aug 2019 23:35:06 -0700 Subject: [PATCH] Fix shebang line (probably) --- backup-diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-diff.py b/backup-diff.py index 929a69a..41d981b 100755 --- a/backup-diff.py +++ b/backup-diff.py @@ -1,4 +1,4 @@ -#!/usr/env python3 +#!/usr/bin/env python3 """