Skip to content

Commit 06b4b1d

Browse files
fix: duckdb iii usage comment says mimic3.db
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4cf9855 commit 06b4b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mimic-iii/buildmimic/duckdb/import_duckdb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo "$0 $* " | grep -Eq " -h | --help " && usage
3939

4040
# rename CLI positional args to more friendly variable names
4141
MIMIC_DIR=$1
42-
# allow optional specification of duckdb name, otherwise default to mimic4.db
42+
# allow optional specification of duckdb name, otherwise default to mimic3.db
4343
OUTFILE=mimic3.db
4444
if [ -n "$2" ]; then
4545
OUTFILE=$2

0 commit comments

Comments
 (0)