Skip to content

Commit

Permalink
Update Kobalt
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Sep 26, 2016
1 parent 1fda4df commit 9f900b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified kobalt/wrapper/kobalt-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion kobalt/wrapper/kobalt-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kobalt.version=0.889
kobalt.version=0.903
4 changes: 2 additions & 2 deletions kobaltw
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
#!/usr/bin/env sh
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*

0 comments on commit 9f900b0

Please sign in to comment.