Skip to content

Commit

Permalink
fix typo in a parameter of the v1beta1 example
Browse files Browse the repository at this point in the history
  • Loading branch information
theofpa authored and tekton-robot committed Jan 5, 2021
1 parent 44603b1 commit 8947104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrating-v1alpha1-to-v1beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
- name: CONTEXT
value: $(params.path-to-image-context)
- name: DOCKERFILE
value: $(params.path-to-docker-file)
value: $(params.path-to-dockerfile)
workspaces:
- name: source
workspace: git-source
Expand Down

0 comments on commit 8947104

Please sign in to comment.