Skip to main content
Sign in
Snippets Groups Projects
Commit 92becc20 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Add missing $.

parent 5c63cbdf
No related branches found
No related tags found
1 merge request!8Add missing $.
Pipeline #1079 passed
...@@ -109,7 +109,7 @@ async function latestVersionObjectFromTags(): Promise< ...@@ -109,7 +109,7 @@ async function latestVersionObjectFromTags(): Promise<
VersionObject | undefined VersionObject | undefined
> { > {
// Retrieve all tags. // Retrieve all tags.
await `git fetch --all --tags` await $`git fetch --all --tags`
return (await $`git tag --list`).stdout return (await $`git tag --list`).stdout
.split("\n") .split("\n")
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment