Skip to content

Commit 3edfa27

Browse files
committed
URL=$1
1 parent 873bdcd commit 3edfa27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rhtap/summary.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ function appstudio-summary() {
2727
function showTree() {
2828
find $1 | sed -e "s/[^-][^\/]*\// ├─/g" -e "s/|\([^ ]\)/|─\1/"
2929
}
30-
function cosignTree() {
31-
$=$1
30+
function cosignTree() {
31+
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

0 commit comments

Comments
 (0)