From cd0fdfee13066aa93daa036f7b0bc1166a83ca60 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 25 Dec 2013 22:22:33 +0400 Subject: [PATCH] Rename .browser-stack -> browser-stack --- 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 b81e6da..01a4e4b 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('~/.config/browser-stack') def get_stack(): try: -- 2.39.2