Skip to content

Commit

Permalink
Remove tab character
Browse files Browse the repository at this point in the history
Signed-off-by: Wang, Wayne <[email protected]>
  • Loading branch information
wang-wayne committed Sep 25, 2024
1 parent 2bc6594 commit dd8ecba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/argo/commands/lint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
- name: msg
value: 'hello world'
container:
image: busybox
image: busybox
command: [echo]
args: ['{{inputs.parameters.msg}}']
---
Expand All @@ -244,8 +244,8 @@ spec:
- name: msg
value: 'hello world'
container:
image: busybox
command: [echo]
image: busybox
command: [echo]
args: ['{{inputs.parameters.msg}}']
---
apiVersion: argoproj.io/v1alpha1
Expand Down

0 comments on commit dd8ecba

Please sign in to comment.