Skip to content

Commit 1241957

Browse files
committed
The mdb-open-database-scripts-dir executable is replaced with mdb-print-database-scripts-dir
1 parent e5367c4 commit 1241957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/mdb-open-database-scripts-dir scripts/mdb-print-database-scripts-dir

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
root = File.expand_path '../database', __dir__
44

5-
system `open #{root}`
5+
puts root

test/interactive/scripts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ scripts/mdb-install-indexes
2323
scripts/mdb-install-privileges
2424
scripts/mdb-install-views
2525

26-
scripts/mdb-open-database-scripts-dir
26+
scripts/mdb-print-database-scripts-dir

0 commit comments

Comments
 (0)