Skip to content

Commit

Permalink
feature: etcd backup
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Vasilenko <[email protected]>
  • Loading branch information
Maxim Vasilenko committed Oct 7, 2024
1 parent 4f0aeca commit 9907698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/backup/cmd/etcd/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ var (
)

func etcd(_ *cobra.Command, args []string) error {
log.SetFlags(log.LstdFlags)
if len(args) != 1 {
return fmt.Errorf("This command requires exactly 1 argument")
}
Expand Down

0 comments on commit 9907698

Please sign in to comment.