8000 fix: dev_conf.toml -> conf.toml · jaypyles/obsidian-to-bookstack@db7b1e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit db7b1e4

Browse files
committed
fix: dev_conf.toml -> conf.toml
1 parent 84f848a commit db7b1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obsidian_to_bookstack/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def load_toml(conf_path: str):
3535
else:
3636
USER = os.environ["USER"]
3737
path = f"/home/{USER}/.config/obsidian_to_bookstack"
38-
conf_path = os.path.join(path, "dev_conf.toml")
38+
conf_path = os.path.join(path, "conf.toml")
3939
dbf.update_config(conf_path)
4040

4141
try:

0 commit comments

Comments
 (0)
0