summaryrefslogtreecommitdiff
path: root/ar/.config/qutebrowser/userscripts/tab-manager
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/qutebrowser/userscripts/tab-manager')
-rwxr-xr-xar/.config/qutebrowser/userscripts/tab-manager2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/qutebrowser/userscripts/tab-manager b/ar/.config/qutebrowser/userscripts/tab-manager
index fc244f7..3104d2d 100755
--- a/ar/.config/qutebrowser/userscripts/tab-manager
+++ b/ar/.config/qutebrowser/userscripts/tab-manager
@@ -148,7 +148,7 @@ def update_index_file(session_path):
# inform of an error, open the usage.txt file in browser, exit the program
def inform_error(toast):
- usage_file_path = script_path.replace("tab-manager.py", "usage.txt")
+ usage_file_path = script_path.replace("tab-manager", "usage.txt")
run_command("open -t file://" + usage_file_path)
run_command("message-error '" + toast + "'")
exit()