Skip to content

Commit

Permalink
Update repo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Jun 14, 2024
1 parent 165c737 commit 0943dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lettuce/plugins/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
class RepoPlugin(MachineBasePlugin):
def __init__(self, client: SlackClient, settings: CaseInsensitiveDict, storage: PluginStorage):
super().__init__(client, settings, storage)
self.client = client

# Construct the absolute path to repos.json
project_home = '/home/DonnieBLT/BLT-Lettuce'
Expand Down

0 comments on commit 0943dc2

Please sign in to comment.