From b343e45958ecf2221e8ad4f41034a61d644c2aed Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Fri, 5 Jul 2019 16:22:06 +0200 Subject: [PATCH] chore(script/prepare-commit-msg): fix suffix pattern --- script/prepare-commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/prepare-commit-msg b/script/prepare-commit-msg index 9c16c3f207..2c33549e77 100755 --- a/script/prepare-commit-msg +++ b/script/prepare-commit-msg @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env zsh set -eo pipefail # exit on existing commit message