Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorres committed Nov 20, 2024
1 parent 090b5ea commit ed41512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 63 deletions.
3 changes: 3 additions & 0 deletions cmd/maintenance/create/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"github.com/ydb-platform/ydbops/pkg/client/cms"
"github.com/ydb-platform/ydbops/pkg/cmdutil"
"github.com/ydb-platform/ydbops/pkg/options"
"github.com/ydb-platform/ydbops/pkg/prettyprint"
"github.com/ydb-platform/ydbops/pkg/rolling/restarters"
"github.com/ydb-platform/ydbops/pkg/utils"
)
Expand Down Expand Up @@ -131,5 +132,7 @@ func (o *Options) Run(f cmdutil.Factory) error {
task.GetTaskUid(),
)

fmt.Println(prettyprint.TaskToString(task))

return nil
}
63 changes: 0 additions & 63 deletions pkg/maintenance/host.go

This file was deleted.

0 comments on commit ed41512

Please sign in to comment.