bin: use correct ueberdb module path "ueberDB" -> "ueberdb2" in tools in /bin

This change is analogous to #2998 (e11decc6f8).
This commit is contained in:
brunob 2020-05-14 20:28:20 +02:00 committed by muxator
parent d1d8a0ad6d
commit edfc7a4916
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ if(process.argv.length != 4 && process.argv.length != 5) {
var npm = require("../src/node_modules/npm");
var async = require("../src/node_modules/async");
var ueberDB = require("../src/node_modules/ueberDB");
var ueberDB = require("../src/node_modules/ueberdb2");
var padId = process.argv[2];
var newRevHead = process.argv[3];