Skip to content

Commit c808c86

Browse files
committed
Change PLAYBOOK file name
1 parent 57269cf commit c808c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
DATA_DIR = os.environ.get(
77
"DYNAMIC_DATA_DIR", str(Path(os.path.expanduser("~")).joinpath(".dynamic"))
88
)
9-
PLAYBOOK_DIR = str(Path(DATA_DIR).joinpath("playbook.json"))
9+
PLAYBOOK_FILE = str(Path(DATA_DIR).joinpath("playbook.json"))
1010
TOKEN_COOKIE_FILE = str(Path(DATA_DIR).joinpath("tokenv2_cookie"))
1111

1212
try:

0 commit comments

Comments
 (0)