Skip to content

Commit

Permalink
Merge pull request #28 from pablofelix/fix/formatting
Browse files Browse the repository at this point in the history
Fix white space
  • Loading branch information
pablofelix authored Nov 12, 2023
2 parents fbc7d37 + a547250 commit 8cd062d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhods-disconnected-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ mirror:
- name: $channel
additionalImages:
$(find_images | sed 's/^/ - name: /')
$(image_tag_to_digest "$must_gather_image" | sed 's/^/ - name: /')
$(if ! is_rhods_version_greater_or_equal_to rhods-2.4; then
find_notebooks_images | sed 's/^/ - name: /'
fi)
$(image_tag_to_digest "$must_gather_image" | sed 's/^/ - name: /')
\`\`\`
EOF
}
Expand Down

0 comments on commit 8cd062d

Please sign in to comment.