Skip to content

Commit 3ada56e

Browse files
committed
Fix typo
1 parent 0e8eb4b commit 3ada56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestration/orchestration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PARQUET_FOLDER="$5"
1616
MP_CHOOSER_FOLDER="$6"
1717
WINDOWING_PIPELINE=${7:-"true"}
1818

19-
# Redirect all output and errors to the log file
19+
# Redirect all output and errors to the log file.
2020
LOGFILE=${KOMP_PATH}/impc_statistical_pipeline/IMPC_DRs/stats_pipeline_logs/orchestration_${VERSION}.log
2121
exec > >(tee -a "$LOGFILE") 2>&1
2222

0 commit comments

Comments
 (0)