Enable "run->rm" cycle on e2e-aci

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2020-05-13 09:00:48 +02:00
parent 7ff1899021
commit b98f45eb28
2 changed files with 22 additions and 23 deletions

View file

@ -1,6 +1,7 @@
package cmd
import (
"fmt"
"strings"
"github.com/pkg/errors"
@ -34,7 +35,7 @@ func RmCommand() *cobra.Command {
errs = append(errs, err.Error())
continue
}
println(id)
fmt.Println(id)
}
if len(errs) > 0 {