Skip to content

Commit 5168049

Browse files
JohTCopilot
andauthored
Fix graph-data-science plugin edition environment detection
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 303fcee commit 5168049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/setupNeo4j.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ else
134134
fi
135135

136136
# Download and install the Neo4j plugin "Graph Data Science" (GDS)
137-
if [ ${NEO4J_GDS_PLUGIN_EDITION} == "open" ]; then
137+
if [ "${NEO4J_GDS_PLUGIN_EDITION}" = "open" ]; then
138138
neo4jGraphDataScienceDownloadUrl="https://github.com/JohT/open-graph-data-science-packaging/releases/download/v${NEO4J_OPEN_GDS_PLUGIN_VERSION}"
139139
neo4jGraphDataScienceReleaseArtifact="open-graph-data-science-${NEO4J_OPEN_GDS_PLUGIN_VERSION}-for-neo4j-${NEO4J_MAJOR_VERSION_NUMBER}.jar"
140140
else

0 commit comments

Comments
 (0)