Skip to content

Commit

Permalink
removed alert in favor of prom
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeghnag committed Mar 7, 2024
1 parent c577e2d commit a996a79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"os"

"github.com/gmeghnag/omc/cmd"
"github.com/gmeghnag/omc/cmd/alert"
"github.com/gmeghnag/omc/cmd/certs"
"github.com/gmeghnag/omc/cmd/config"
"github.com/gmeghnag/omc/cmd/describe"
Expand Down Expand Up @@ -87,7 +86,6 @@ func init() {
// Cobra also supports local flags, which will only run
// when this action is called directly.
RootCmd.AddCommand(
alert.AlertCmd,
certs.Certs,
cmd.VersionCmd,
cmd.ProjectCmd,
Expand Down

0 comments on commit a996a79

Please sign in to comment.