Skip to content

Commit e30f78c

Browse files
committed
fix recursive clone: sync graph with internal repo
1 parent 1371fa5 commit e30f78c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "agent"]
22
path = agent
33
url = https://github.com/open-falcon/agent.git
4-
[submodule "graph"]
5-
path = graph
6-
url = https://github.com/open-falcon/graph.git
74
[submodule "dashboard"]
85
path = dashboard
96
url = https://github.com/open-falcon/dashboard.git
@@ -46,3 +43,6 @@
4643
[submodule "gateway"]
4744
path = gateway
4845
url = https://github.com/open-falcon/gateway.git
46+
[submodule "graph"]
47+
path = graph
48+
url = https://github.com/open-falcon/graph.git

graph

Submodule graph updated from 1816333 to 5728922

0 commit comments

Comments
 (0)