From dcb466f53bfd677ee3052d908f7ded1a034a8d35 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 9 Feb 2026 23:44:34 +0100 Subject: [PATCH] chore: fix husky --- .husky/pre-push | 2 -- 1 file changed, 2 deletions(-) diff --git a/.husky/pre-push b/.husky/pre-push index 711608d..9bc073c 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,5 +1,3 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" # Check if we are pushing a tag if echo "$*" | grep -q "refs/tags/v"; then