Skip to content

Commit

Permalink
tiny changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aroundabout committed Jan 15, 2024
1 parent a1b5a6c commit a242d34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugegraph-server/hugegraph-dist/download_keystore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ curl --version >/dev/null 2>&1 ||
exit
}

# TODO: perhaps it's necessary verify the checksum before reusing the existing tar
# TODO: perhaps it's necessary verify the checksum before reusing the existing keystore
if [[ ! -f hugegraph-server.keystore ]]; then
curl -s -S -L -o hugegraph-server.keystore \
https://github.com/apache/hugegraph-doc/raw/binary-1.0/dist/server/hugegraph-server.keystore ||
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion hugegraph-server/hugegraph-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<exec executable="${shell-executable}"
dir="${project.basedir}"
failonerror="false">
<arg line="./dist.sh"/>
<arg line="./download_swagger_ui.sh"/>
</exec>
</target>
</configuration>
Expand Down

0 comments on commit a242d34

Please sign in to comment.