Skip to content
Snippets Groups Projects
Commit 780dcdcb authored by Johan de Klerk's avatar Johan de Klerk
Browse files

Set standard output

parent 0ed386b1
Branches
Tags v0.7.0
No related merge requests found
......@@ -89,6 +89,8 @@ func CDKDeploy(cdkDir string, env string, stack string, exclusively bool, local
cmd := BuildCommand("cdk", commandArgs)
cmd.Dir = cdkDir
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
fmt.Printf("==================%v==================\n", stack)
err := cmd.Run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment