Skip to content

Commit

Permalink
Fix minor spacing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
metcalfc committed Mar 28, 2020
1 parent 1b399c2 commit 8c2a864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c2a864

Please sign in to comment.