From 376925e6ed3c90518146f774afc5597b46d23e0c Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Sat, 29 Feb 2020 13:49:24 +0100 Subject: [PATCH] Docstring typo --- jeeves/core/actions/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeeves/core/actions/docker.py b/jeeves/core/actions/docker.py index 9a8c10c..77e175e 100644 --- a/jeeves/core/actions/docker.py +++ b/jeeves/core/actions/docker.py @@ -21,7 +21,7 @@ class DockerAction(Action): +----------------+------+-----------+----------------------------------------------+ | Parameter name | Type | Mandatory | Description | +================+======+===========+==============================================+ - | ``image`` | text | no | Image to run (defaults to ``DEFAULT_IMAGE``) | + | ``image`` | text | no | Image to run (defaults to ``alpine:latest``) | | ``command`` | text | yes | The command to be executed | +----------------+------+-----------+----------------------------------------------+ """