Skip to content

Commit c29ce6e

Browse files
committed
CTR Fix generate-modern-readonly.groovy
1 parent 3e5ca4e commit c29ce6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gremlin-server/scripts/generate-modern-readonly.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def globals = [:]
2525
globals << [hook : [
2626
onStartUp: { ctx ->
2727
ctx.logger.info("Loading 'modern' graph data.")
28-
TinkerFactory.generateClassic(graph)
28+
TinkerFactory.generateModern(graph)
2929
}
3030
] as LifeCycleHook]
3131

0 commit comments

Comments
 (0)