1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

Added $KOBALT_HOME/kobaltw

The wrapper was looking for kobalt/wrapper/kobalt-wrapper.jar in the
current dir. It should actually be

$KOBALT_HOME/kobalt/wrapper/kobalt-wrapper.jar
This commit is contained in:
Balachandran Sivakumar 2015-10-07 14:52:08 +05:30
parent 00d6ca379d
commit e49a40f43a

View file

@ -1,2 +1,2 @@
java -jar kobalt/wrapper/kobalt-wrapper.jar $*
java -jar $KOBALT_HOME/kobalt/wrapper/kobalt-wrapper.jar $*