mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-22 10:10:39 +00:00
fix typo in config description
This commit is contained in:
parent
a893c63e5d
commit
fe003ec38d
@ -205,7 +205,7 @@ func settingsFlags(settings *plugin.Settings, category string) []cli.Flag {
|
||||
&cli.BoolFlag{
|
||||
Name: "compress",
|
||||
EnvVars: []string{"PLUGIN_COMPRESS"},
|
||||
Usage: "enable compression og the build context using gzip",
|
||||
Usage: "enable compression of the build context using gzip",
|
||||
Value: false,
|
||||
Destination: &settings.Build.Compress,
|
||||
Category: category,
|
||||
|
Loading…
Reference in New Issue
Block a user