Skip to content

Commit

Permalink
minor syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Feb 3, 2025
1 parent 2c7a248 commit dbb261e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/integration/run_openssh_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function apply_openssh_patch() {
pushd "${OPENSSH_WORKSPACE_FOLDER}"
local patch_dir="${SRC_ROOT}/tests/ci/integration/openssh_patch/"
for patchfile in $(find -L ${patch_dir} -type f -name '*.patch'); do
echo "Apply patch ${patchfile}..."
echo "Apply patch $patchfile..."
patch -p1 --quiet -i "$patchfile"
done
}
Expand Down

0 comments on commit dbb261e

Please sign in to comment.