Skip to content
Snippets Groups Projects
Commit 142fcbea authored by Nicolas Richart's avatar Nicolas Richart
Browse files

typo for version 1.16

parent e23449ea
No related branches found
No related tags found
No related merge requests found
Pipeline #197012 failed
...@@ -75,9 +75,10 @@ done ...@@ -75,9 +75,10 @@ done
export target=$(jq -Mrc ' export target=$(jq -Mrc '
.stack.targets .stack.targets
| to_entries.[] | to_entries
| .[]
| select(.key == env.environment) | select(.key == env.environment)
|.value' ${STACK_CONFIG}) | .value' ${STACK_CONFIG})
compilers_specs=$(jq -Mr ' compilers_specs=$(jq -Mr '
.stack .stack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment