Skip to content

Commit 5a9c66a

Browse files
committed
fix : Delete repo that exist no more cmd folder
satellity repo does not have cmd folder
1 parent 9858c49 commit 5a9c66a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

cmd/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ It's common to have a small `main` function that imports and invokes the code fr
1010

1111
Examples:
1212

13-
* https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages)
14-
* https://github.com/moby/moby/tree/master/cmd
15-
* https://github.com/prometheus/prometheus/tree/master/cmd
16-
* https://github.com/influxdata/influxdb/tree/master/cmd
17-
* https://github.com/kubernetes/kubernetes/tree/master/cmd
18-
* https://github.com/satellity/satellity/tree/master/cmd/satellity
19-
* https://github.com/dapr/dapr/tree/master/cmd
20-
13+
- https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages)
14+
- https://github.com/moby/moby/tree/master/cmd
15+
- https://github.com/prometheus/prometheus/tree/master/cmd
16+
- https://github.com/influxdata/influxdb/tree/master/cmd
17+
- https://github.com/kubernetes/kubernetes/tree/master/cmd
18+
- https://github.com/dapr/dapr/tree/master/cmd

0 commit comments

Comments
 (0)