Skip to content

Commit 5f5f40e

Browse files
committed
fix: duckdb iii error cites import_duckdb.sh
1 parent 4cf9855 commit 5f5f40e

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
@@ -54,7 +54,7 @@ elif [ ! -d "$MIMIC_DIR" ]; then
5454
yell "Specified directory \"$MIMIC_DIR\" does not exist."
5555
die "Usage: ./import_duckdb.sh mimic_data_dir [output_db]"
5656
elif [ -n "$3" ]; then
57-
yell "import.sh takes a maximum of two arguments."
57+
yell "import_duckdb.sh takes a maximum of two arguments."
5858
die "Usage: ./import_duckdb.sh mimic_data_dir [output_db]"
5959
elif [ -s "$OUTFILE" ]; then
6060
yell "File \"$OUTFILE\" already exists."

0 commit comments

Comments
 (0)