Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Fix typos and wrap errors #82

Merged
merged 5 commits into from
Nov 29, 2018
Merged

Fix typos and wrap errors #82

merged 5 commits into from
Nov 29, 2018

Conversation

yiranwang52
Copy link
Contributor

No description provided.

@@ -108,7 +108,7 @@ func (app *BuildApplication) PostFlagParse() error {
}

if err := app.BuildFlags.postInit(); err != nil {
return err
return fmt.Errorf("process flags: %v", err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%s

@yiranwang52 yiranwang52 merged commit 2d649e2 into master Nov 29, 2018
@yiranwang52 yiranwang52 deleted the yiran/typo branch November 29, 2018 01:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants