Skip to content

Commit 4b0fb6a

Browse files
committed
fix: duckdb error text cites import_duckdb.sh everywhere
1 parent 5f5f40e commit 4b0fb6a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mimic-iv-ed/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."

mimic-iv-note/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."

mimic-iv/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)