Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Mar 5, 2024
1 parent 5ff919e commit c77dd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/openadk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- role: autoware.dev_env.kisak_mesa
when: module == 'base'
- role: autoware.dev_env.build_tools
when: module == 'all' and install_devel=='y'
when: module == 'all' and install_devel=='true'

# Module specific dependencies
- role: autoware.dev_env.geographiclib
Expand Down

0 comments on commit c77dd04

Please sign in to comment.