mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-09 17:20: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{
|
&cli.BoolFlag{
|
||||||
Name: "compress",
|
Name: "compress",
|
||||||
EnvVars: []string{"PLUGIN_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,
|
Value: false,
|
||||||
Destination: &settings.Build.Compress,
|
Destination: &settings.Build.Compress,
|
||||||
Category: category,
|
Category: category,
|
||||||
|
Loading…
Reference in New Issue
Block a user