Skip to content

Commit 67c2fb1

Browse files
zakiskpipelines-as-code[bot]
authored andcommitted
chore: Small typo in linters PipelineRun
fixed a small typo in linters PipelineRun Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 5a2151f commit 67c2fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ spec:
119119
chmod +x /usr/bin/kubectl
120120
121121
make update-schemas
122-
# check now that the is no changes in config with git
122+
# check now that there are no changes in config with git
123123
git diff --exit-code config/ || { echo "Error: you need to run 'make update-schemas' and commit it."; exit 1; }
124124
125125
- name: conventional-commits

0 commit comments

Comments
 (0)