Skip to content

Commit 1d0cd64

Browse files
committed
Fix typos from #52 🙈
1 parent bb6adab commit 1d0cd64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/github-actions/generate.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ for tag in $tags; do
5555
"tags": {{- json ($.Tags namespace false $e) -}},
5656
"directory": {{- json ($e.ArchDirectory $arch) -}},
5757
"file": {{- json ($e.ArchFile $arch) -}},
58-
"builder": {{- json ($e.ArchBuilder $arch) -}}
58+
"builder": {{- json ($e.ArchBuilder $arch) -}},
5959
"constraints": {{- json $e.Constraints -}},
6060
"froms": {{- json ($.ArchDockerFroms $arch $e) -}}
6161
{{- "}" -}}
@@ -82,7 +82,7 @@ for tag in $tags; do
8282
if .builder == "classic" or .builder == "" then
8383
"DOCKER_BUILDKIT=0 docker build"
8484
elif .builder == "buildkit" then
85-
"docker buildx build --progress plain --build-arg BUILDKIT_SYNTAX=\"$BASHBREW_BUILDKIT_SYNTAX\"
85+
"docker buildx build --progress plain --build-arg BUILDKIT_SYNTAX=\"$BASHBREW_BUILDKIT_SYNTAX\""
8686
else
8787
"echo >&2 " + ("error: unknown/unsupported builder: " + .builder | @sh) + "\nexit 1\n#"
8888
end

0 commit comments

Comments
 (0)