From a57f6dafd83c8aa76f0a59b52e77b5fde40aa287 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Tue, 23 Aug 2022 07:11:04 -0700 Subject: [PATCH] build(husky): fix permissions on husky commit-msg hook The executable bit needs to be set for the hook to work. --- .husky/commit-msg | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .husky/commit-msg diff --git a/.husky/commit-msg b/.husky/commit-msg old mode 100644 new mode 100755