Skip to content

Commit

Permalink
chore: switch submodule back to main branch (#661)
Browse files Browse the repository at this point in the history
The branch it previously pointed at has been removed in the remote,
which messes up running remote updates of the submodule, since git
can no longer find a branch to update from.

Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode authored Aug 9, 2024
1 parent 61625de commit 0a4f214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "tests/quality/vulnerability-match-labels"]
path = tests/quality/vulnerability-match-labels
url = https://github.com/anchore/vulnerability-match-labels.git
branch = ubuntu-label-updates
branch = main
2 changes: 1 addition & 1 deletion tests/quality/vulnerability-match-labels

0 comments on commit 0a4f214

Please sign in to comment.