From 4cf8505d22f1f323a6af0ac8f33a24aa9e242a91 Mon Sep 17 00:00:00 2001 From: Nikita Kryuchkov Date: Mon, 20 May 2019 16:11:23 +0300 Subject: [PATCH] build: fix Launchpad typo (#19597) --- build/ci.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/ci.go b/build/ci.go index 50433c892b..8be5233898 100644 --- a/build/ci.go +++ b/build/ci.go @@ -133,10 +133,10 @@ var ( // Distros for which packages are created. // Note: vivid is unsupported because there is no golang-1.6 package for it. - // Note: wily is unsupported because it was officially deprecated on lanchpad. - // Note: yakkety is unsupported because it was officially deprecated on lanchpad. - // Note: zesty is unsupported because it was officially deprecated on lanchpad. - // Note: artful is unsupported because it was officially deprecated on lanchpad. + // Note: wily is unsupported because it was officially deprecated on Launchpad. + // Note: yakkety is unsupported because it was officially deprecated on Launchpad. + // Note: zesty is unsupported because it was officially deprecated on Launchpad. + // Note: artful is unsupported because it was officially deprecated on Launchpad. debDistros = []string{"trusty", "xenial", "bionic", "cosmic", "disco"} )