diff --git a/tools/update-templates b/tools/update-templates index 65a2e35..051b09d 100755 --- a/tools/update-templates +++ b/tools/update-templates @@ -15,4 +15,4 @@ cd templates \ && git config user.name 'Oleg Voronkovich' \ && git config user.email 'oleg-voronkovich@yandex.ru' \ && git commit -m '=^_^= Update templates' \ - && git push -q "https://voronkovich:${GITHUB_TOKEN}@github.com/voronkovich/gitignore.plugin.zsh"; + && git push -q "https://voronkovich:${GITHUB_TOKEN}@github.com/voronkovich/gitignore.plugin.zsh" HEAD:master