Skip to content

Commit 8133805

Browse files
committed
Update script to use Railroad Diagram Generator 2.1
1 parent 4dec91a commit 8133805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diagrams.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
[[ -d ./build ]] || mkdir ./build
44

55
# install-rr
6-
[[ -f ./build/rr-2.0-java11.zip ]] || curl -L -o ./build/rr-2.0-java11.zip https://github.com/GuntherRademacher/rr/releases/download/v2.0/rr-2.0-java11.zip
6+
[[ -f ./build/rr-2.1-java11.zip ]] || curl -L -o ./build/rr-2.1-java11.zip https://github.com/GuntherRademacher/rr/releases/download/v2.1/rr-2.1-java11.zip
77

88
# extract-rr
9-
[[ -f ./build/rr/rr.war ]] || unzip ./build/rr-2.0-java11.zip -d ./build/rr
9+
[[ -f ./build/rr/rr.war ]] || unzip ./build/rr-2.1-java11.zip -d ./build/rr
1010

1111
for file in n1ql dcl ddl dml dql tcl hints utility
1212
do

0 commit comments

Comments
 (0)