Skip to content
Snippets Groups Projects
Commit 796a619f authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Merge branch 'typo' into 'master'

Add missing $.

See merge request openfisca/openfisca-france-reforms!8
parents 05a3d16a 92becc20
Branches
Tags
1 merge request!8Add missing $.
Pipeline #1080 passed
......@@ -109,7 +109,7 @@ async function latestVersionObjectFromTags(): Promise<
VersionObject | undefined
> {
// Retrieve all tags.
await `git fetch --all --tags`
await $`git fetch --all --tags`
return (await $`git tag --list`).stdout
.split("\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment