Skip to content

Commit

Permalink
fix section filtering (gardener#7040)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel authored Nov 21, 2022
1 parent dfab6a7 commit 83de074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/check-apidiff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ exported_pkg=(

# check the changes only for the package that is in the exported_pkg list
while IFS= read -r line; do
if [[ $line =~ "gardener/gardener" ]]; then
if [[ $line =~ ^"github.com/gardener/gardener" ]]; then
temp=0
for x in ${exported_pkg[*]}; do
if [[ $line =~ $x ]]; then
Expand Down

0 comments on commit 83de074

Please sign in to comment.