Skip to content

Commit 9b41ae7

Browse files
committed
rename
1 parent 5afc316 commit 9b41ae7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use the plugin, create a new vcluster with the `plugin.yaml`:
1010

1111
```
1212
# Use public plugin.yaml
13-
vcluster create my-vcluster -n my-vcluster -f https://raw.githubusercontent.com/TylerGillson/vcluster-container-resource-upsync-plugin/main/plugin.yaml
13+
vcluster create my-vcluster -n my-vcluster -f https://raw.githubusercontent.com/spectrocloud-labs/vcluster-container-resource-upsync-plugin/main/plugin.yaml
1414
```
1515

1616
## Building the Plugin

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/TylerGillson/vcluster-container-resource-upsync
1+
module github.com/spectrocloud-labs/vcluster-container-resource-upsync
22

33
go 1.19
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package main
22

33
import (
4-
"github.com/TylerGillson/vcluster-container-resource-upsync/syncers"
54
"github.com/TylerGillson/vcluster-sdk/plugin"
5+
"github.com/spectrocloud-labs/vcluster-container-resource-upsync/syncers"
66
)
77

88
func main() {

0 commit comments

Comments
 (0)