Skip to content

Commit

Permalink
Switch to tw-jar.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot authored Oct 21, 2024
1 parent b71cac8 commit 5ebe1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/tower-cli/tw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -eu -o pipefail

export LC_ALL=en_US.UTF-8
jar_file="tw.jar"
jar_file="tw-jar.jar"

# Find original directory of bash script, resolving symlinks
# http://stackoverflow.com/questions/59895/can-a-bash-script-tell-what-directory-its-stored-in/246128#246128
Expand Down Expand Up @@ -61,4 +61,4 @@ if [ "$jvm_mem_opts" == "" ]; then
fi

pass_arr=($pass_args)
eval "$java" $jvm_mem_opts $jvm_prop_opts -jar "$JAR_DIR/$jar_file" $pass_args
eval "$java" $jvm_mem_opts $jvm_prop_opts -jar "$JAR_DIR/$jar_file" $pass_args

0 comments on commit 5ebe1f3

Please sign in to comment.