summaryrefslogtreecommitdiffstats
path: root/layman/action.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/action.py')
-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