From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9866113908F for ; Thu, 2 Feb 2017 17:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6010B21C107; Thu, 2 Feb 2017 17:12:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D59021C107 for ; Thu, 2 Feb 2017 17:12:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E8F9340C9D for ; Thu, 2 Feb 2017 17:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B8493D60 for ; Thu, 2 Feb 2017 17:12:21 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1486055209.e90bacf006e4ae4842f8dc49fb763513898f37e0.dolsen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/cli.py X-VCS-Directories: layman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: e90bacf006e4ae4842f8dc49fb763513898f37e0 X-VCS-Branch: master Date: Thu, 2 Feb 2017 17:12:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eea97dcc-e4c1-4a09-ab28-0739de01b3a1 X-Archives-Hash: 6fe7dacc1b59699beba2ef99c0025aa8 commit: e90bacf006e4ae4842f8dc49fb763513898f37e0 Author: Brian Dolbec gentoo org> AuthorDate: Thu Feb 2 17:00:30 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Feb 2 17:06:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=e90bacf0 layman/cli.py: Typo fix layman/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/cli.py b/layman/cli.py index 86d6e70..870255f 100644 --- a/layman/cli.py +++ b/layman/cli.py @@ -164,7 +164,7 @@ class Main(object): # Make fetching the overlay list a default action if not 'nofetch' in self.config.keys(): - # Actions that implicitely call the fetch operation before + # Actions that implicitly call the fetch operation before fetch_actions = ['sync', 'sync_all', 'list'] for i in fetch_actions: if i in self.config.keys():