Skip to content

Commit b8fd5fc

Browse files
authored
Remove duplicated sources url in dependencies report (#21462)
It was added by mistake as part of the license URL.
1 parent a119083 commit b8fd5fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-tools/dependencies-report

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ go list -m -json all $@ | go run go.elastic.co/go-licence-detector \
4848
# name,url,version,revision,license
4949
ubi8url='https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8'
5050
ubi8source='https://oss-dependencies.elastic.co/redhat/ubi/ubi-minimal-8-source.tar.gz'
51-
ubilicense='Custom;https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf,https://oss-dependencies.elastic.co/redhat/ubi/ubi-minimal-8-source.tar.gz'
51+
ubilicense='Custom;https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf'
5252
cat <<EOF >> $outfile
5353
Red Hat Universal Base Image,$ubi8url,8,,$ubilicense,$ubi8source
5454
EOF

0 commit comments

Comments
 (0)