fix(apps): Script for default git commit template returns output (#2642)

- Before that, it didn't return anything and could confuse people
This commit is contained in:
Barbz
2020-03-08 18:21:18 +01:00
committed by GitHub
parent ce2f622ef0
commit 2eeab4c72b

View File

@@ -2,3 +2,4 @@
## Set a local git commit template
git config --local commit.template ".git_commit_template.txt" ;
echo "--- Successfully set the default commit template for this repository only. Verify with: git config -e"