Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit f5ce282

Browse files
committed
Fixed asset name
1 parent 0631d03 commit f5ce282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/glow/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG name
77
ARG version
88

99
RUN <<EOF
10-
curl --silent --location --fail "https://github.com/charmbracelet/glow/releases/download/v${version}/glow_${version}_linux_${arch}.tar.gz" \
10+
curl --silent --location --fail "https://github.com/charmbracelet/glow/releases/download/v${version}/glow_Linux_${arch}.tar.gz" \
1111
| tar --extract --gzip --directory="${prefix}${target}/bin" --no-same-owner \
1212
glow
1313
EOF

0 commit comments

Comments
 (0)