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
2
2
3
3
import (
4
4
"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"
6
6
"github.com/stackitcloud/stackit-cli/internal/cmd/git/instance/describe"
7
7
"github.com/stackitcloud/stackit-cli/internal/cmd/git/instance/list"
8
8
"github.com/stackitcloud/stackit-cli/internal/cmd/params"
@@ -29,6 +29,6 @@ func addSubcommands(cmd *cobra.Command, params *params.CmdParams) {
29
29
list .NewCmd (params ),
30
30
describe .NewCmd (params ),
31
31
create .NewCmd (params ),
32
- delete2 .NewCmd (params ),
32
+ delete .NewCmd (params ),
33
33
)
34
34
}
You can’t perform that action at this time.
0 commit comments