From 2d6e7e7b57d32d273a0f7fec4af0c1ba7b5f7eb8 Mon Sep 17 00:00:00 2001 From: Cameron Davison Date: Mon, 9 Jan 2017 15:55:01 -0600 Subject: [PATCH] fixing typo in comment --- client/driver/docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/driver/docker.go b/client/driver/docker.go index 19475f802..a740fc51f 100644 --- a/client/driver/docker.go +++ b/client/driver/docker.go @@ -136,7 +136,7 @@ type DockerDriverConfig struct { WorkDir string `mapstructure:"work_dir"` // Working directory inside the container Logging []DockerLoggingOpts `mapstructure:"logging"` // Logging options for syslog server Volumes []string `mapstructure:"volumes"` // Host-Volumes to mount in, syntax: /path/to/host/directory:/destination/path/in/container - ForcePull bool `mapstructure:"force_pull"` // Always force pull before running image, usefull if your tags are mutable + ForcePull bool `mapstructure:"force_pull"` // Always force pull before running image, useful if your tags are mutable } // Validate validates a docker driver config