We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873bdcd commit 3edfa27Copy full SHA for 3edfa27
rhtap/summary.sh
@@ -27,8 +27,8 @@ function appstudio-summary() {
27
function showTree() {
28
find $1 | sed -e "s/[^-][^\/]*\// ├─/g" -e "s/|\([^ ]\)/|─\1/"
29
}
30
-function cosignTree() {
31
- $=$1
+function cosignTree() {
+ URL=$1
32
image_registry="${URL/\/*/}"
33
# If the repo is not publicly accessible we need to authenticate so ec can access it
34
prepare-registry-user-pass $image_registry
0 commit comments