Skip to content

Commit

Permalink
attempt entrypoint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingrismore committed Mar 5, 2024
1 parent 2a78382 commit 1fecdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_2/prefect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pull:

deployments:
- name: my-project-2-deployment
entrypoint: flow.py:hello
entrypoint: project_2/flow.py:hello
work_pool:
name: k8s-demo
work_queue_name: default
Expand Down

0 comments on commit 1fecdd1

Please sign in to comment.