Skip to content

Commit 40016b8

Browse files
committed
Fix graph-data-science download link
1 parent c95f34f commit 40016b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/setupNeo4j.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ if [[ ${NEO4J_GDS_PLUGIN_EDITION} == "open" ]]; then
215215
neo4jGraphDataScienceReleaseArtifact="open-graph-data-science-${NEO4J_OPEN_GDS_PLUGIN_VERSION}-for-neo4j-${NEO4J_MAJOR_VERSION_NUMBER}.jar"
216216
else
217217
neo4jGraphDataScienceDownloadUrl="https://github.com/neo4j/graph-data-science/releases/download/${NEO4J_GDS_PLUGIN_VERSION}"
218-
neo4jGraphDataScienceReleaseArtifact="neo4j-graph-data-science-${NEO4J_GDS_PLUGIN_VERSION}-${NEO4J_GDS_PLUGIN_EDITION}.jar"
218+
neo4jGraphDataScienceReleaseArtifact="neo4j-graph-data-science-${NEO4J_GDS_PLUGIN_VERSION}.jar"
219219
fi
220220

221221
if [ ! -f "${NEO4J_PLUGINS}/${neo4jGraphDataScienceReleaseArtifact}" ] ; then

0 commit comments

Comments
 (0)