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

inercia on Github lxc-bot at linuxcontainers.org
Thu Mar 28 16:40:49 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 310 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190328/8ef45b51/attachment.bin>
-------------- next part --------------
From e58c0e778cca901badda8b060215eef062d1415c Mon Sep 17 00:00:00 2001
From: Alvaro Saurin <alvaro.saurin at gmail.com>
Date: Thu, 28 Mar 2019 17:39:12 +0100
Subject: [PATCH] Fixed typo

---
 shared/definition.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/definition.go b/shared/definition.go
index 50c103b..5d95738 100644
--- a/shared/definition.go
+++ b/shared/definition.go
@@ -27,7 +27,7 @@ type DefinitionPackagesRepository struct {
 	URL      string   `yaml:"url"`               // URL (may differ based on manager)
 	Type     string   `yaml:"type,omitempty"`    // For distros that have more than one repository manager
 	Key      string   `yaml:"key,omitempty"`     // GPG armored keyring
-	Releases []string `yaml:"release,omitmepty"` // Releases that this repo applies to
+	Releases []string `yaml:"release,omitempty"` // Releases that this repo applies to
 }
 
 // CustomManagerCmd represents a command for a custom manager.


More information about the lxc-devel mailing list