Skip to content

Commit

Permalink
Fix copy and paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jul 14, 2022
1 parent 58af31c commit caa5bf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3236,7 +3236,7 @@ avoid such warnings, please quote the value.' in (log_options_2.warnings | defau
- platform_1 is changed
- platform_2 is not changed and platform_2 is not failed
- platform_3 is changed
when: docker_api_version is version('1.40', '>=')
when: docker_api_version is version('1.41', '>=')
- assert:
that:
- platform_1 is failed
Expand Down

0 comments on commit caa5bf5

Please sign in to comment.