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:
parent
00d6ca379d
commit
e49a40f43a
1 changed files with 1 additions and 1 deletions
2
kobaltw
2
kobaltw
|
@ -1,2 +1,2 @@
|
|||
java -jar kobalt/wrapper/kobalt-wrapper.jar $*
|
||||
java -jar $KOBALT_HOME/kobalt/wrapper/kobalt-wrapper.jar $*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue