Skip to content

Commit 22a2ad5

Browse files
authored
Merge pull request #76 from paritytech/mak/fix-automatic-commit-name
Update update_substrate_template.sh
2 parents b8ccce6 + 404e5e7 commit 22a2ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_substrate_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ git config --global user.email "[email protected]"
9494
git remote -v
9595
git checkout -b "$template_branch"
9696
git add .
97-
commit_message="Auto-Update node-template from $polkadot_branch"
97+
commit_message="Auto-Update $target_repo_name from $polkadot_branch"
9898
git commit -m "$commit_message"
9999
git push origin HEAD
100100

0 commit comments

Comments
 (0)