mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Fix missing newline at the end of file
This commit is contained in:
parent
b7388d3b46
commit
13963747b8
|
@ -185,4 +185,4 @@ function wait_for_changes_to_be_detected_in_container() {
|
|||
timeout=${TEST_TIMEOUT_IN_SECONDS}
|
||||
repeat_in_container_until_success_or_timeout "$timeout" "$containerName" \
|
||||
bash -c 'source /usr/local/bin/helper_functions.sh; cmp --silent -- <(_monitored_files_checksums) "$CHKSUM_FILE" >/dev/null'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue