From 1da50591dc953206f06bc8d0f2ab28a3c4b46c43 Mon Sep 17 00:00:00 2001 From: kp2pml30 Date: Fri, 20 Sep 2024 18:03:26 +0400 Subject: [PATCH] macos compatibility --- git-third-party | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-third-party b/git-third-party index d107476..3048132 100755 --- a/git-third-party +++ b/git-third-party @@ -1,4 +1,4 @@ -#!/bin/env python3 +#!/usr/bin/env python3 # # This file is part of the git-third-party distribution (https://github.com/kp2pml30/git-third-party).