From b6d090cbe5ebb78087fdbd346908b6f60720de85 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 3 May 2015 01:25:17 +0300 Subject: [PATCH] Store browser-stack in ~/.cache instead of ~/.config --- bin/browser_stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/browser_stack.py b/bin/browser_stack.py index 01a4e4b..dda6e0a 100755 --- a/bin/browser_stack.py +++ b/bin/browser_stack.py @@ -1,7 +1,7 @@ #! /usr/bin/env python import os, shutil -browser_stack = os.path.expanduser('~/.config/browser-stack') +browser_stack = os.path.expanduser('~/.cache/browser-stack') def get_stack(): try: -- 2.39.2