Skip to content

Commit

Permalink
Slight change in wording for error message about userEmulation (#4680)…
Browse files Browse the repository at this point in the history
… [ci skip]

Signed-off-by: Phil Ewels <phil.ewels@seqera.io>
  • Loading branch information
ewels committed Feb 5, 2024
1 parent 5f0ec50 commit a9c8a84
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ class DockerBuilder extends ContainerBuilder<DockerBuilder> {
addRunOptions(params.runOptions.toString())

if ( params.userEmulation?.toString() == 'true' )
log.warn1("Undocumented setting `docker.userEmulation` is not supported any more - consider to remove it from your config")
log.warn1("Undocumented setting `docker.userEmulation` is not supported any more - please remove it from your config")

if ( params.containsKey('remove') )
this.remove = params.remove?.toString() == 'true'
Expand Down

0 comments on commit a9c8a84

Please sign in to comment.