From 8c2a864c1ec5b06ef4e675526b76921287b55785 Mon Sep 17 00:00:00 2001 From: Chad Metcalf Date: Sat, 28 Mar 2020 15:26:23 -0700 Subject: [PATCH] Fix minor spacing issue. --- changelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.sh b/changelog.sh index 3cfc59c..3ac5a5f 100755 --- a/changelog.sh +++ b/changelog.sh @@ -5,4 +5,4 @@ head_ref=$1 base_ref=$2 repo_url=$3 -git log "${base_ref}...${head_ref}" --pretty=format:" * [view commit](http://github.com/${repo_url}/commit/%H) - %s" --reverse +git log "${base_ref}...${head_ref}" --pretty=format:"* [view commit](http://github.com/${repo_url}/commit/%H) - %s" --reverse