diff --git a/scripts/deploy_containers.py b/scripts/deploy_containers.py index eaa261d..359029d 100644 --- a/scripts/deploy_containers.py +++ b/scripts/deploy_containers.py @@ -54,7 +54,7 @@ def main(): # clean up the diff new_diff = [] for file in diff: - task_name = f"{file.split("/")[0]}/{file.split("/")[1]}" + task_name = f"{file.split('/')[0]}/{file.split('/')[1]}" # i'm not proud of this either if not os.path.exists(os.path.join(dir_path, file)):