diff options
author | HarryWu <imharrywu@users.noreply.github.com> | 2018-09-29 02:05:46 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2018-09-29 02:05:46 +0800 |
commit | 4d8c7248bda39e43b7d58ba894c26c4562a13c3f (patch) | |
tree | 0d45975dbe9f3f0d9cdf63be696f744ce5338cbd /build/ci.go | |
parent | 7e1c374dc6311d187b4d75aeaea11d775332076e (diff) | |
download | go-tangerine-4d8c7248bda39e43b7d58ba894c26c4562a13c3f.tar go-tangerine-4d8c7248bda39e43b7d58ba894c26c4562a13c3f.tar.gz go-tangerine-4d8c7248bda39e43b7d58ba894c26c4562a13c3f.tar.bz2 go-tangerine-4d8c7248bda39e43b7d58ba894c26c4562a13c3f.tar.lz go-tangerine-4d8c7248bda39e43b7d58ba894c26c4562a13c3f.tar.xz go-tangerine-4d8c7248bda39e43b7d58ba894c26c4562a13c3f.tar.zst go-tangerine-4d8c7248bda39e43b7d58ba894c26c4562a13c3f.zip |
build: fix typo (#17773)
Diffstat (limited to 'build/ci.go')
-rw-r--r-- | build/ci.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ci.go b/build/ci.go index 40252cbde..c5a107e1d 100644 --- a/build/ci.go +++ b/build/ci.go @@ -1040,7 +1040,7 @@ func xgoTool(args []string) *exec.Cmd { func doPurge(cmdline []string) { var ( store = flag.String("store", "", `Destination from where to purge archives (usually "gethstore/builds")`) - 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`) ) flag.CommandLine.Parse(cmdline) |