Correct definition_changes location in 2.6 to 2.7 upgrade script

CURA-4053
This commit is contained in:
Lipu Fei 2017-07-21 11:36:45 +02:00
parent 15a6b5626d
commit ed91bf816f

View File

@ -53,7 +53,7 @@ def getMetaData():
}, },
"definition_changes": { "definition_changes": {
"get_version": upgrade.getCfgVersion, "get_version": upgrade.getCfgVersion,
"location": {"./machine_instances"} "location": {"./definition_changes"}
} }
} }
} }