Skip to content

Commit

Permalink
Expose the env repair command (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
janelletavares authored Feb 11, 2022
1 parent edd2bd5 commit 4d88738
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/meroxa/root/environments/repair.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ var (
_ builder.CommandWithClient = (*Repair)(nil)
_ builder.CommandWithLogger = (*Repair)(nil)
_ builder.CommandWithExecute = (*Repair)(nil)
_ builder.CommandWithHidden = (*Repair)(nil)
)

type repairEnvironmentClient interface {
Expand All @@ -45,10 +44,6 @@ type Repair struct {
}
}

func (r *Repair) Hidden() bool {
return true
}

func (r *Repair) Usage() string {
return "repair NAMEorUUID"
}
Expand Down

0 comments on commit 4d88738

Please sign in to comment.