From 70efc4c1823978a0b41840af519122b4b742aea5 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 3 Apr 2014 02:04:26 +0300 Subject: [PATCH] Fixed typo This change should fix this parsing error: aml.parser.ParserError: while parsing a block collection in repos.yaml", line 23, column 5 expected , but found '' in repos.yaml", line 222, column 6 Change-Id: I6efae615cf751c25167ab1734d6364d71a4918e1 Signed-off-by: Ed Bartosh --- repos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.yaml b/repos.yaml index 4bcfe78..9ee4cef 100644 --- a/repos.yaml +++ b/repos.yaml @@ -219,7 +219,7 @@ Repositories: Architectures: - ia32 - - Name: Tizen-ivi-panda + - Name: Tizen-ivi-panda Link: latest PartOf: ivi Release: "tizen" -- 2.7.4