Skip to content

Commit

Permalink
fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chamathns committed Sep 6, 2023
1 parent 6a26399 commit c579cb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions h2-migration-tool/migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ case $new_h2_version_choice in
;;
esac

# Always download the latest h2 version we're migrating to
wget -c https://repo1.maven.org/maven2/com/h2database/h2/2.2.220/h2-2.2.220.jar || exit 1

echo "Provide a directory path for the old db files and a directory path to store the new files."
echo
echo "Enter the path to the previous database files: eg. <file-path>/old-databases, <OLD_IS_HOME>/repository/database "
Expand Down

0 comments on commit c579cb0

Please sign in to comment.