We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1c374 commit 4d8c724Copy full SHA for 4d8c724
build/ci.go
@@ -1040,7 +1040,7 @@ func xgoTool(args []string) *exec.Cmd {
1040
func doPurge(cmdline []string) {
1041
var (
1042
store = flag.String("store", "", `Destination from where to purge archives (usually "gethstore/builds")`)
1043
- limit = flag.Int("days", 30, `Age threshold above which to delete unstalbe archives`)
+ limit = flag.Int("days", 30, `Age threshold above which to delete unstable archives`)
1044
)
1045
flag.CommandLine.Parse(cmdline)
1046
0 commit comments