aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2018-07-15 14:13:11 +0800
committerGitHub <noreply@github.com>2018-07-15 14:13:11 +0800
commit65cebb77309d2a748f4b3741e222144eb7f54c46 (patch)
tree715414c03f16e361f4621fce11b1a197aebcb80e
parent2e0391ea84ba02b6a8462209f55019f07d01bdd4 (diff)
downloadgo-tangerine-65cebb77309d2a748f4b3741e222144eb7f54c46.tar
go-tangerine-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.gz
go-tangerine-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.bz2
go-tangerine-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.lz
go-tangerine-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.xz
go-tangerine-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.zst
go-tangerine-65cebb77309d2a748f4b3741e222144eb7f54c46.zip
build: Fix a typo in ci.go
-rw-r--r--build/ci.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ci.go b/build/ci.go
index 5939d91e9..29b43783c 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -26,7 +26,7 @@ Available commands are:
install [ -arch architecture ] [ -cc compiler ] [ packages... ] -- builds packages and executables
test [ -coverage ] [ packages... ] -- runs the tests
lint -- runs certain pre-selected linters
- archive [ -arch architecture ] [ -type zip|tar ] [ -signer key-envvar ] [ -upload dest ] -- archives build artefacts
+ archive [ -arch architecture ] [ -type zip|tar ] [ -signer key-envvar ] [ -upload dest ] -- archives build artifacts
importkeys -- imports signing keys from env
debsrc [ -signer key-id ] [ -upload dest ] -- creates a debian source package
nsis -- creates a Windows NSIS installer