From a0906cbda5b6fefee7991d50981b2bff78936614 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 9 Nov 2020 11:08:24 -0800 Subject: [PATCH] Fix typo --- scripts/github-actions/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github-actions/generate.sh b/scripts/github-actions/generate.sh index f0204c5..421de71 100755 --- a/scripts/github-actions/generate.sh +++ b/scripts/github-actions/generate.sh @@ -154,7 +154,7 @@ strategy="$( end ), "git clone --depth 1 https://github.com/docker-library/official-images.git -b master ~/oi", - "# create a dummy empty image/layer so we can --filter since= later to get a meanginful image list", + "# create a dummy empty image/layer so we can --filter since= later to get a meaningful image list", "{ echo FROM " + ( if (.os | startswith("windows-")) then "mcr.microsoft.com/windows/servercore:ltsc" + (.os | ltrimstr("windows-"))