Skip to content

Commit 780de1c

Browse files
authored
Merge pull request MIT-LCP#2094 from Chessing234/fix/duckdb-iii-error-script-name
fix: duckdb error text cites import_duckdb.sh
2 parents 4cf9855 + 4b0fb6a commit 780de1c

4 files changed

Lines changed: 4 additions & 4 deletions

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."

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)