summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2010-01-05 15:53:26 +0100
committerSebastian Pipping <sebastian@pipping.org>2010-01-05 15:53:26 +0100
commit07ebab92cbd300853e12c2e2ea3b405e31a8e6cc (patch)
treeffc82c4014e680a97c4dc160c64d2f1e7c4a56be
parenta977b9542d18da2cde5ce03cb75e403c6630f5e2 (diff)
downloadlayman-07ebab92cbd300853e12c2e2ea3b405e31a8e6cc.tar.gz
layman-07ebab92cbd300853e12c2e2ea3b405e31a8e6cc.tar.bz2
layman-07ebab92cbd300853e12c2e2ea3b405e31a8e6cc.zip
No longer fetch twice
-rw-r--r--layman/action.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/action.py b/layman/action.py
index f083ce5..6349814 100644
--- a/layman/action.py
+++ b/layman/action.py
@@ -478,7 +478,7 @@ class Actions:
# Make fetching the overlay list a default action
if not 'nofetch' in config.keys():
# Actions that implicitely call the fetch operation before
- fetch_actions = ['fetch', 'sync', 'sync_all', 'list']
+ fetch_actions = ['sync', 'sync_all', 'list']
for i in fetch_actions:
if i in config.keys():
# Implicitely call fetch, break loop