about summary refs log tree commit diff stats
path: root/ranger/core/fm.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/fm.py')
-rw-r--r--ranger/core/fm.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py
index f68942bd..f51a7834 100644
--- a/ranger/core/fm.py
+++ b/ranger/core/fm.py
@@ -126,10 +126,10 @@ class FM(Actions, SignalDispatcher):
 		if ranger.arg.clean:
 			return
 		import shutil
-		files = {'data/config_examples/apps.py': 'apps.py',
-				'data/config_examples/rc.conf': 'rc.conf',
-				'data/config_examples/commands.py': 'commands.py',
-				'data/config_examples/options.py': 'options.py',
+		files = {'data/apps.py': 'apps.py',
+				'data/rc.conf': 'rc.conf',
+				'data/commands.py': 'commands.py',
+				'data/options.py': 'options.py',
 				'data/scope.sh': 'scope.sh'}
 		copied_any = False
 		for fname, target in files.items():