Browse Source

Update utils.py

pull/97/head
Christopher Oak 1 year ago
parent
commit
b82c6edb0b
  1. 2
      client/fabric/utils.py

2
client/fabric/utils.py

@ -207,7 +207,7 @@ class Update:
OSError: If there is an issue creating the pattern_directory.
"""
self.root_api_url = "https://api.github.com/repos/danielmiessler/fabric/contents/patterns?ref=main"
self.root_api_url = "https://api.github.com/repos/chroakPRO/fabric/contents/patterns?ref=main"
self.config_directory = os.path.expanduser("~/.config/fabric")
self.pattern_directory = os.path.join(self.config_directory, "patterns")
os.makedirs(self.pattern_directory, exist_ok=True)

Loading…
Cancel
Save