[lxc-devel] [distrobuilder/master] altlinux: Fix typo

stgraber on Github lxc-bot at linuxcontainers.org
Sat Apr 6 22:31:29 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 363 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190406/c8a6dabb/attachment.bin>
-------------- next part --------------
From 2d029dca8e24b14fe88c2a56f4282f72cf9ba737 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Sat, 6 Apr 2019 18:30:52 -0400
Subject: [PATCH] altlinux: Fix typo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 shared/osarch.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/osarch.go b/shared/osarch.go
index eb021fd..3f58755 100644
--- a/shared/osarch.go
+++ b/shared/osarch.go
@@ -51,7 +51,7 @@ var altLinuxArchitectureNames = map[int]string{
 
 var distroArchitecture = map[string]map[int]string{
 	"alpinelinux": alpineLinuxArchitectureNames,
-	"altinux":     altLinuxArchitectureNames,
+	"altlinux":     altLinuxArchitectureNames,
 	"archlinux":   archLinuxArchitectureNames,
 	"centos":      centosArchitectureNames,
 	"debian":      debianArchitectureNames,


More information about the lxc-devel mailing list