Skip to content

Commit

Permalink
Actually print the yaml -_- (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminws authored and robzienert committed Apr 11, 2018
1 parent 1064f8d commit 40ea035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func AppGetAction(clientConfig spinnaker.ClientConfig) cli.ActionFunc {
if err != nil {
return fmt.Errorf("could not unmarshal: %v", err)
}
fmt.Println(appYaml)
fmt.Printf("%s", appYaml)
return nil
}
}
Expand Down

0 comments on commit 40ea035

Please sign in to comment.