Merge pull request #13792 from kkkkun/fix-offline-defrag

Fix offline defrag in etcdctl
This commit is contained in:
Marek Siarkowicz 2022-03-17 11:22:13 +01:00 committed by GitHub
commit d5161347da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ func defragCommandFunc(cmd *cobra.Command, args []string) {
if err != nil { if err != nil {
cobrautl.ExitWithError(cobrautl.ExitError, err) cobrautl.ExitWithError(cobrautl.ExitError, err)
} }
return
} }
failures := 0 failures := 0