Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sapirpol committed May 26, 2019
1 parent b80095a commit 00ea6c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ var buildCmd = &cobra.Command{
RunE: func(cmd *cobra.Command, args []string) error {
// Generate build script
err := artifacts.ExecBuild(buildProjectCmdSrc, buildProjectCmdTrg, "", buildProjectCmdMtar, buildProjectCmdPlatform, buildProjectCmdStrict, os.Getwd, exec.Execute)
logError(err)
return err
},
SilenceUsage: true,
SilenceErrors: true,
SilenceUsage: true,
}

0 comments on commit 00ea6c5

Please sign in to comment.