diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-04-21 05:38:34 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-04-21 13:16:33 -0400 |
commit | 9c8277247d3e2e60a1f945d82851f58447cbdd74 (patch) | |
tree | b5d54266d444317b08cb15b04265ee5912d959ce /contrib/cirrus | |
parent | 544c3156657e078cef297623842f79cb72dc32c6 (diff) | |
download | podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.tar.gz podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.tar.bz2 podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.zip |
Fixes from make codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-x | contrib/cirrus/runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index b463745d1..47f3c9405 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -277,7 +277,7 @@ logformatter() { |& awk --file "${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/timestamp.awk" \ |& "${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/logformatter" "$output_name" else - # Assume script is run by a human, they want output immediatly + # Assume script is run by a human, they want output immediately cat - fi } |