Skip to content

Commit

Permalink
Move _report directory #492
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Jul 30, 2024
1 parent 39dfda9 commit ff1c825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-script
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ fatal() {
NAME=${NAME:-$(basename $0 .sh)}
BASE_INPUT_DIR=${BASE_INPUT_DIR:-./input}
BASE_OUTPUT_DIR=${BASE_OUTPUT_DIR:-./output}
BASE_LOGS_DIR=${BASE_OUTPUT_DIR:-./logs}
BASE_LOG_DIR=${BASE_LOG_DIR:-./logs}

MARC_DIR=${MARC_DIR:-$BASE_INPUT_DIR/$NAME}
SCHEMA=${SCHEMA:-MARC21}
Expand Down

0 comments on commit ff1c825

Please sign in to comment.