diff --git a/shell/main.sh b/shell/main.sh index afd1d56..a286723 100644 --- a/shell/main.sh +++ b/shell/main.sh @@ -44,7 +44,7 @@ main_source_directory() { main_source_file() { local path="${1}" if [ -f "${path}" ]; then - main_import_directory "$(dirname "${path}")" + main_source_directory "$(dirname "${path}")" else echo "Not a file: ${path}" return 1