Skip to content

Commit 9354b3e

Browse files
committed
📺 fix run-jar command
1 parent 1fbebbb commit 9354b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ run-docker:
2626
# runs extractor a compiled jar file as java app. Built via boot build
2727
# command or make build-jar command.
2828
run-jar:
29-
java -Xmx1g -jar targetinsights/project.jar -d $(DATADIR)
29+
java -Xmx1g -jar targetinsights/exinsights-0.0.1.jar -d $(DATADIR)
3030

3131
# runs extractor directly from boot ie runs as clojure program
3232
run-boot:

0 commit comments

Comments
 (0)