Skip to content

Commit

Permalink
Fix download path
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed Jan 2, 2023
1 parent 7e0c74b commit af299c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/sh/pottery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

DEFAULT_VERSION=0.0.1
VERSION_TO_DOWNLOAD=${POTTERY_VERSION:-"$DEFAULT_VERSION"}
DOWNLOAD_URL=https://github.com/kmruiz/pottery/releases/download/${VERSION_TO_DOWNLOAD}/pottery-${VERSION_TO_DOWNLOAD}-jar-with-dependencies.jar
DOWNLOAD_URL=https://github.com/kmruiz/pottery/releases/download/${VERSION_TO_DOWNLOAD}/pottery-${VERSION_TO_DOWNLOAD}-fat.jar
POTTERY_JAR=.pottery/pottery.jar

if ! [ -f "$POTTERY_JAR" ]; then
Expand Down

0 comments on commit af299c2

Please sign in to comment.