Skip to content

Commit

Permalink
Fixed moved file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Dec 5, 2024
1 parent 5e96052 commit 04419eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ravel/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tar --file="${uniget_cache_download}/${filename}" --extract --gzip --directory="
ravel

curl --silent --show-error --location --fail --output "${prefix}/etc/systemd/system/ravel.service.go-template" \
"https://github.com/valyentdev/ravel/blob/v${version}/init/ravel.service"
"https://github.com/valyentdev/ravel/blob/v${version}/docs/init/ravel.service"
sed -E -i "s|ExecStart=/usr/local/bin/ravel|ExecStart={{ .Target }}/bin/ravel|" "${prefix}/etc/systemd/system/ravel.service.go-template"

"${prefix}/bin/ravel" completion bash >"${prefix}/share/bash-completion/completions/ravel"
Expand Down

0 comments on commit 04419eb

Please sign in to comment.