Skip to content

Commit bf11661

Browse files
committed
Moved config directory to ~/.yakstack
1 parent 4b7c3b1 commit bf11661

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

yakstack.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@
55
import argparse
66
import datetime
77

8-
dirname = os.path.expanduser('~/.borednow')
9-
path_yak = dirname + '/yak.json'
10-
11-
12-
def show_help(msg='', code=1):
13-
print 'YOU DID IT WRONG'
14-
if (msg):
15-
print msg
16-
exit(code)
8+
dirname = os.path.expanduser('~/.yakstack')
9+
path_yak = dirname + '/yakstack.json'
1710

1811

1912
def ensure_files():

0 commit comments

Comments
 (0)