diff --git a/package/gluon-mesh-babel/src/neighbours-babel.c b/package/gluon-mesh-babel/src/neighbours-babel.c
index 8d9ae76c154c3de7c5776ac1fbd796968a14c2d7..31f9c606f99f70bd356aa1415499ab40d9e351be 100644
--- a/package/gluon-mesh-babel/src/neighbours-babel.c
+++ b/package/gluon-mesh-babel/src/neighbours-babel.c
@@ -18,7 +18,7 @@ int main(void) {
 			continue;
 
 		bhelper_ctx.debug = false;
-		babelhelper_readbabeldata(&bhelper_ctx, (void*)neighbours, handle_neighbour);
+		babelhelper_readbabeldata(&bhelper_ctx, "dump", (void*)neighbours, handle_neighbour);
 
 		printf("data: %s\n\n", json_object_to_json_string(neighbours));
 		fflush(stdout);