We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf9855 commit 5f5f40eCopy full SHA for 5f5f40e
1 file changed
mimic-iii/buildmimic/duckdb/import_duckdb.sh
@@ -54,7 +54,7 @@ elif [ ! -d "$MIMIC_DIR" ]; then
54
yell "Specified directory \"$MIMIC_DIR\" does not exist."
55
die "Usage: ./import_duckdb.sh mimic_data_dir [output_db]"
56
elif [ -n "$3" ]; then
57
- yell "import.sh takes a maximum of two arguments."
+ yell "import_duckdb.sh takes a maximum of two arguments."
58
59
elif [ -s "$OUTFILE" ]; then
60
yell "File \"$OUTFILE\" already exists."
0 commit comments