Skip to content

Commit a0906cb

Browse files
committed
Fix typo
1 parent 07c3c9f commit a0906cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-actions/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ strategy="$(
154154
end
155155
),
156156
"git clone --depth 1 https://github.com/docker-library/official-images.git -b master ~/oi",
157-
"# create a dummy empty image/layer so we can --filter since= later to get a meanginful image list",
157+
"# create a dummy empty image/layer so we can --filter since= later to get a meaningful image list",
158158
"{ echo FROM " + (
159159
if (.os | startswith("windows-")) then
160160
"mcr.microsoft.com/windows/servercore:ltsc" + (.os | ltrimstr("windows-"))

0 commit comments

Comments
 (0)