diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 15:35:54 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 15:35:54 +0200 | 
| commit | 7aecbe900892328e3f6740d4eed94e8dbb26efaf (patch) | |
| tree | 16bba061fc73e0e1615fe954d4524ad2203c88e3 | |
| parent | 70a30bdc6ba0df53801f908f464773e7c9049076 (diff) | |
| download | Ishtar-7aecbe900892328e3f6740d4eed94e8dbb26efaf.tar.bz2 Ishtar-7aecbe900892328e3f6740d4eed94e8dbb26efaf.zip  | |
Fix makefile
| -rw-r--r-- | Makefile.example | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index db4e5dc1e..abbaf9202 100644 --- a/Makefile.example +++ b/Makefile.example @@ -247,7 +247,7 @@ fixtures_files:  							archaeological_files.permittype \  	   > '../archaeological_files/fixtures/initial_data-'$(default_data)'.json' -translations_push: translations_pull makemessages +translations_push: makemessages  	zanata-cli push  translations_pull:  | 
