Skip to content

Commit c409ef2

Browse files
committed
refactor: update ezdeploy command
1 parent ba0025c commit c409ef2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"corev",
99
"ezblob",
1010
"ezdeploy",
11+
"ezkv",
12+
"ezlog",
13+
"eztmp",
14+
"godirwalk",
1115
"jsonnet",
16+
"karrick",
1217
"kubeconfig",
1318
"metav",
1419
"stretchr"

cmd/ezdeploy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func main() {
234234
db := rg.Must(ezkv.Open(ctx, ezkv.Options{
235235
Client: client,
236236
Namespace: "default",
237-
Name: "ezdeploydb",
237+
Name: "ezdeploy",
238238
}))
239239
defer func() {
240240
_ = db.Save(ctx)

type.go renamed to types.go

File renamed without changes.

0 commit comments

Comments
 (0)