new ledo, with ecr login
This commit is contained in:
@ -86,6 +86,6 @@ func (lx *LedoContext) ExecCmdSilent(cmd string, cmdArgs []string) error {
|
||||
command := exec.Command(cmd, cmdArgs...)
|
||||
command.Stdin = os.Stdin
|
||||
command.Stdout = os.Stdout
|
||||
command.Stderr = os.Stderr
|
||||
command.Stderr = nil
|
||||
return command.Run()
|
||||
}
|
||||
|
Reference in New Issue
Block a user