Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: layman/
Date: Thu, 02 Feb 2017 17:12:27
Message-Id: 1486055209.e90bacf006e4ae4842f8dc49fb763513898f37e0.dolsen@gentoo
1 commit: e90bacf006e4ae4842f8dc49fb763513898f37e0
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 17:00:30 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 17:06:49 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=e90bacf0
7
8 layman/cli.py: Typo fix
9
10 layman/cli.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/layman/cli.py b/layman/cli.py
14 index 86d6e70..870255f 100644
15 --- a/layman/cli.py
16 +++ b/layman/cli.py
17 @@ -164,7 +164,7 @@ class Main(object):
18
19 # Make fetching the overlay list a default action
20 if not 'nofetch' in self.config.keys():
21 - # Actions that implicitely call the fetch operation before
22 + # Actions that implicitly call the fetch operation before
23 fetch_actions = ['sync', 'sync_all', 'list']
24 for i in fetch_actions:
25 if i in self.config.keys():