Skip to content

Commit

Permalink
bugfix: misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 23, 2023
1 parent 30a0551 commit 773d1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/src/core/tasks/executors/Function.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def execute(self):
# Prepares the file system for the Function task by clone
# git repsoitories specified in the request
try:
for repo in self.task.git_respositories:
for repo in self.task.git_repositories:
git_cache_service = GitCacheService(
cache_dir=os.path.join(self.task.exec_dir, repo.directory)
)
Expand Down

0 comments on commit 773d1d9

Please sign in to comment.