Skip to content

Commit 8567b47

Browse files
committed
make format
1 parent 3edfa27 commit 8567b47

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

rhtap/summary.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,19 @@ function appstudio-summary() {
2424

2525
}
2626
# missing tree command
27-
function showTree() {
27+
function showTree() {
2828
find $1 | sed -e "s/[^-][^\/]*\// ├─/g" -e "s/|\([^ ]\)/|─\1/"
2929
}
30-
function cosignTree() {
30+
function cosignTree() {
3131
URL=$1
3232
image_registry="${URL/\/*/}"
3333
# If the repo is not publicly accessible we need to authenticate so ec can access it
3434
prepare-registry-user-pass $image_registry
3535
echo "cosign login to registry $image_registry"
3636
cosign login --username="$IMAGE_REGISTRY_USER" --password="$IMAGE_REGISTRY_PASSWORD" $image_registry
37-
cosign tree $URL
37+
cosign tree $URL
3838
}
3939

40-
4140
# Task Steps
4241
appstudio-summary
4342
showTree $BASE_RESULTS

0 commit comments

Comments
 (0)