Skip to content

Commit

Permalink
Merge branch 'master' into feature/sim-reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Siegieda authored Nov 19, 2018
2 parents fe8de81 + abaa911 commit c1411cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ func openReport(_ *cobra.Command, args []string) {
exitWithError(err)
}

logger.Std.Printf("Build Report: %s", report)
logger.Std.Println(report)
}
4 changes: 2 additions & 2 deletions cmd/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ your command. The two forms are equivalent:
deploymentCmdConnect = &cobra.Command{
Use: "connect <deploy_ID>",
Aliases: []string{"c", "connects"},
Short: "Connect to a running deployment",
Long: "Connect to a running deployment.",
Short: "Connects to a deployment in your browser",
Long: "Connects to a running deployment on port 80 using your default web browser",
Run: connectDeployment,
}

Expand Down

0 comments on commit c1411cd

Please sign in to comment.