Skip to content

Commit b7a830a

Browse files
committed
Fix to pathing for reset.js
1 parent 499a1b3 commit b7a830a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/src/mongodb/reset.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ db.entitytype.drop();
2828
db.getCollection('group').drop()
2929

3030
print ("Creating indexes...");
31-
load("./src/mongodb/indexes.js");
31+
load("./indexes.js");
3232
print ("Zero-ing the nexid collection...");
33-
load("./src/mongodb/zero_nextid.js");
33+
load("./zero_nextid.js");
3434

public/scot.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)