Skip to content

Commit bac2cc2

Browse files
committed
review fix
1 parent 6ca148a commit bac2cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/modules/docker_compose_v2_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
default: false
4242
pull:
4343
description:
44-
- If set to V(true), will attempt to pull newer version of the image
44+
- If set to V(true), will attempt to pull newer version of the image.
4545
type: bool
4646
default: false
4747
with_dependencies:
@@ -52,7 +52,7 @@
5252
default: false
5353
memory_limit:
5454
description:
55-
- Memory limit for the build container, in bytes. Not supported by BuildKit
55+
- Memory limit for the build container, in bytes. Not supported by BuildKit.
5656
type: int
5757
services:
5858
description:

0 commit comments

Comments
 (0)