Correct spelling (#4279)

This commit is contained in:
Patrick Schratz
2024-10-29 17:43:54 +01:00
committed by GitHub
parent 87bfe95c43
commit b0f52b9bc9
3 changed files with 3 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ var flags = append([]cli.Flag{
&cli.StringSliceFlag{
Sources: cli.EnvVars("WOODPECKER_PLUGINS_TRUSTED_CLONE"),
Name: "plugins-trusted-clone",
Usage: "Plugins witch are trusted to handle the netrc info in clone steps",
Usage: "Plugins which are trusted to handle the netrc info in clone steps",
Value: constant.TrustedClonePlugins,
},
&cli.StringSliceFlag{