mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix makefile, seems to work now
This commit is contained in:
parent
9ba5517915
commit
a1ac1bf17f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# git-bridge makefile
|
||||
|
||||
run: package
|
||||
java -jar target/writelatex-git-bridge-1.0-SNAPSHOT-jar-with-dependencies.jar config/local.json
|
||||
run:
|
||||
java -jar target/writelatex-git-bridge-1.0-SNAPSHOT-jar-with-dependencies.jar conf/local.json
|
||||
|
||||
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue