Skip to content

Commit e3cbe9d

Browse files
committed
Fix cypher file name to set degreeRank properties
1 parent dc62335 commit e3cbe9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prepareAnalysis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ execute_cypher_summarized "${METRICS_CYPHER_DIR}/Set_Outgoing_Java_Package_Depen
123123

124124
# Preparation - Language agnostic node properties "dependencyDegree", "dependencyDegreeWeighted", "dependencyDegreeRank"
125125
execute_cypher_summarized "${METRICS_CYPHER_DIR}/Set_Dependency_Degree.cypher"
126-
execute_cypher_summarized "${METRICS_CYPHER_DIR}/Set_Dependency_DegreeRank.cypher"
126+
execute_cypher_summarized "${METRICS_CYPHER_DIR}/Set_Dependency_Degree_Rank.cypher"
127127

128128
# Preparation - Add Java Method node property "declaringType"
129129
execute_cypher "${TYPES_CYPHER_DIR}/Set_declaring_type_on_method_nodes.cypher"

0 commit comments

Comments
 (0)