Skip to content

Commit

Permalink
Prepare the release of Otoroshi version 1.5.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Jun 9, 2021
1 parent f3653e6 commit d2151a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/schemas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ for f in $FILES
do
FILE=`echo $f | sed 's/ditaa/png/g' | sed 's/schemas/img/g'`
echo "java -jar $LOCATION/scripts/tools/ditaa.jar -E -S -o $f $FILE"
java -jar $LOCATION/scripts/ditaa.jar -E -S -o $f $FILE
java -jar $LOCATION/scripts/tools/ditaa.jar -E -S -o $f $FILE
done

0 comments on commit d2151a2

Please sign in to comment.