Skip to content

Commit bc186a8

Browse files
authored
Merge pull request #15 from python/rougeth-patch-1
Mensagem de commit do make push mais explícita
2 parents 14ff3ad + c3d247a commit bc186a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ push:
7070
exit 0; \
7171
else \
7272
git add *.po **/*.po .tx/config; \
73-
git commit -m 'Update translations'; \
73+
git commit -m 'Update translations from Transifex'; \
7474
if [ $(GITHUB_TOKEN) != "" ]; then \
7575
header="$(echo -n token:"$(GITHUB_TOKEN)" | base64)"; \
7676
git -c http.extraheader="AUTHORIZATION: basic $(header)" push; \

0 commit comments

Comments
 (0)