From 68601060b34af4b774a3e6202affec6f120dfce3 Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Tue, 13 Sep 2016 01:15:16 +0200
Subject: [PATCH] Fix wrong release name in a comment in sources.list.ubuntu

TrivialFix

Change-Id: If74270337a5d9829784ee3e28d4f994a6fd845db
---
 docker/base/sources.list.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/base/sources.list.ubuntu b/docker/base/sources.list.ubuntu
index 15716b7d58..7902f41273 100644
--- a/docker/base/sources.list.ubuntu
+++ b/docker/base/sources.list.ubuntu
@@ -6,7 +6,7 @@ deb http://archive.ubuntu.com/ubuntu/ xenial-security main restricted universe m
 # Backports have a lower priority and must be explicitly installed to be used
 deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
 
-# We need to add the Liberty repo for the updated packages they provide. The main
+# We need to add the Newton repo for the updated packages they provide. The main
 # ones are qemu, libvirt, and openvswitch.
 deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/newton main
 
-- 
GitLab