]> git.phdru.name Git - dotfiles.git/commitdiff
Store browser-stack in ~/.cache instead of ~/.config
authorOleg Broytman <phd@phdru.name>
Sat, 2 May 2015 22:25:17 +0000 (01:25 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 2 May 2015 22:25:17 +0000 (01:25 +0300)
bin/browser_stack.py

index 01a4e4b620ca1ff53a74949cac52917be642e574..dda6e0a92348a914d0198c80fc1b37e710d153b0 100755 (executable)
@@ -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: