Skip to content

Commit

Permalink
whitespace: Fix needed places
Browse files Browse the repository at this point in the history
Signed-off-by: Or Shoval <oshoval@redhat.com>
  • Loading branch information
oshoval committed Dec 6, 2022
1 parent 5df687d commit a0ca1ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-push.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Push container image
on:
on:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion hack/whitespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function fix() {
function check() {
invalid_files=$(git ls-files -- ':!vendor/' | xargs egrep -Hn " +$" || true)
if [[ $invalid_files ]]; then
echo 'Found trailing whitespaces. Please remove trailing whitespaces using `make fmt`:'
echo 'Found trailing whitespaces. Please remove trailing whitespaces using `make whitespace`:'
echo "$invalid_files"
return 1
fi
Expand Down
2 changes: 1 addition & 1 deletion manifests/secondarydns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
mountPath: /etc/coredns
readOnly: true
- name: secdns-zones
mountPath: /zones
mountPath: /zones
readOnly: true
- name: status-monitor
image: registry:5000/kubevirt/kubesecondarydns:latest
Expand Down

0 comments on commit a0ca1ab

Please sign in to comment.