File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/cmd/git/instance Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package instance
22
33import (
44 "github.com/stackitcloud/stackit-cli/internal/cmd/git/instance/create"
5- delete2 "github.com/stackitcloud/stackit-cli/internal/cmd/git/instance/delete"
5+ "github.com/stackitcloud/stackit-cli/internal/cmd/git/instance/delete"
66 "github.com/stackitcloud/stackit-cli/internal/cmd/git/instance/describe"
77 "github.com/stackitcloud/stackit-cli/internal/cmd/git/instance/list"
88 "github.com/stackitcloud/stackit-cli/internal/cmd/params"
@@ -29,6 +29,6 @@ func addSubcommands(cmd *cobra.Command, params *params.CmdParams) {
2929 list .NewCmd (params ),
3030 describe .NewCmd (params ),
3131 create .NewCmd (params ),
32- delete2 .NewCmd (params ),
32+ delete .NewCmd (params ),
3333 )
3434}
You can’t perform that action at this time.
0 commit comments