Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
azdagron committed Sep 13, 2023
1 parent 2d20f08 commit c2467f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build_linux_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ copy_binary_from_multiarch_tar() {
echo "Importing multiarch image ${imagetar}..."
regctl image import "${ocidir}" "${imagetar}"

echo "Copying ${srcpath} for platform "${platform}"..."
echo "Copying ${srcpath} for platform ${platform}..."
regctl image get-file "${ocidir}" "${srcpath}" "${destpath}" -p "${platform}"

# file does not retain permission bits, so fix up the executable bit.
Expand Down

0 comments on commit c2467f9

Please sign in to comment.