Skip to content

Commit

Permalink
Updated comment build with missing line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaume Florez committed Nov 4, 2016
1 parent a4d33d8 commit c68fdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hookshub/hooks/github/push-powerp-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def arguments():
res_url = '{0}:{1}/ca/{2}'.format(base_url, port, base_uri)
res_url_es = '{0}:{1}/es/{2}'.format(base_url, port, base_uri)
comment = 'Documentation build URL:\n'
comment += 'ca_ES: http://{}/'.format(res_url)
comment += 'ca_ES: http://{}/\n'.format(res_url)
comment += 'es_ES: http://{}/'.format(res_url_es)

# Necessitem agafar totes les pull request per trobar la nostra
Expand Down

0 comments on commit c68fdbf

Please sign in to comment.