summary refs log tree commit diff stats
path: root/ranger/core/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/main.py')
-rw-r--r--ranger/core/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/main.py b/ranger/core/main.py
index 37cdc586..961bbb8c 100644
--- a/ranger/core/main.py
+++ b/ranger/core/main.py
@@ -77,7 +77,7 @@ def main():
 			if not arg.clean and os.path.isfile(fm.confpath('rifle.conf')):
 				rifleconf = fm.confpath('rifle.conf')
 			else:
-				rifleconf = fm.relpath('defaults/rifle.conf')
+				rifleconf = fm.relpath('config/rifle.conf')
 			rifle = Rifle(rifleconf)
 			rifle.reload_config()
 			rifle.execute(targets, number=ranger.arg.mode, flags=ranger.arg.flags)