renaming from gitTally to Werkator
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Launcher for the self-contained GitTally runtime bundle (jlink JRE + jar).
|
||||
# Launcher for the self-contained werkator runtime bundle (jlink JRE + jar).
|
||||
# Built by `./gradlew runtimeBundle`; see docs/deployment.md.
|
||||
DIR=$(CDPATH='' cd -- "$(dirname -- "$(readlink -f -- "$0")")" && pwd)
|
||||
# shellcheck disable=SC2086 # JAVA_OPTS is intentionally word-split
|
||||
exec "$DIR/../jre/bin/java" $JAVA_OPTS -jar "$DIR/../lib/gittally.jar" "$@"
|
||||
exec "$DIR/../jre/bin/java" $JAVA_OPTS -jar "$DIR/../lib/werkator.jar" "$@"
|
||||
|
||||
Reference in New Issue
Block a user