From 974c692ce015f83edd696268d01efaef494298d9 Mon Sep 17 00:00:00 2001 From: Keanu Date: Sat, 5 Jun 2021 12:08:15 +0200 Subject: [PATCH] [scripts/category-count] Use bash instead of ZSH. --- scripts/category-count | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/category-count b/scripts/category-count index 2c5d296..adad599 100755 --- a/scripts/category-count +++ b/scripts/category-count @@ -1,4 +1,4 @@ -#!/usr/bin/env zsh +#!/usr/bin/env bash # Script to fetch commit messages and display the category frequencies. # Example: # 047c36c [Meta] Added README.