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

Commit e39cf7e

Browse files
committed
Fixed location of go-md2man
1 parent fc1aac7 commit e39cf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/go-md2man/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ RUN git clone --config advice.detachedHead=false --depth 1 --branch "v${version}
1818
ENV CGO_ENABLED=0
1919
RUN make bin/go-md2man \
2020
&& mv bin/go-md2man "${prefix}${target}/bin/"
21-
RUN go-md2man -in ./go-md2man.1.md -out ./go-md2man.1 \
21+
RUN "${prefix}${target}/bin/go-md2man" -in ./go-md2man.1.md -out ./go-md2man.1 \
2222
&& mv go-md2man.1 "${prefix}${target}/share/man/man1/"

0 commit comments

Comments
 (0)