Skip to content

Commit bc91978

Browse files
committed
test: Don't use relative URL for test/reference module
Git will interpret this as relative to the URL of the remote tracking branch of the current branch, and that is often a personal fork instead of a repo in the cockpit-project organization.
1 parent d5776f3 commit bc91978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "test/reference"]
22
path = test/reference
3-
url = ../pixel-test-reference
3+
url = https://github.com/cockpit-project/pixel-test-reference
4+
branch = empty

0 commit comments

Comments
 (0)