Add missing semi-colon.

pull/3/head
Dave Page 2017-03-31 17:05:29 -04:00
parent c7fc21e3bb
commit a4fd313371
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ pybabel extract -F babel.cfg -o pgadmin/messages.pot pgadmin || { echo 'ERROR: F
pybabel update -i pgadmin/messages.pot -d pgadmin/translations || { echo 'ERROR: Failed to update message catalogs from the template.' ; exit 1; }
pybabel compile -d pgadmin/translations || { echo 'ERROR: Failed to compile the message catalogs.' ; exit 1 }
pybabel compile -d pgadmin/translations || { echo 'ERROR: Failed to compile the message catalogs.' ; exit 1; }