Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit fe003ec

Browse files
committed
fix typo in config description
1 parent a893c63 commit fe003ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/drone-docker-buildx/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func settingsFlags(settings *plugin.Settings, category string) []cli.Flag {
205205
&cli.BoolFlag{
206206
Name: "compress",
207207
EnvVars: []string{"PLUGIN_COMPRESS"},
208-
Usage: "enable compression og the build context using gzip",
208+
Usage: "enable compression of the build context using gzip",
209209
Value: false,
210210
Destination: &settings.Build.Compress,
211211
Category: category,

0 commit comments

Comments
 (0)