Skip to content

Commit

Permalink
remove redundant comments in test build.go
Browse files Browse the repository at this point in the history
Signed-off-by: allencloud <allen.sun@daocloud.io>
  • Loading branch information
allencloud committed Mar 27, 2017
1 parent 08544b1 commit 32b81da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-cli/cli/build/build.go
Expand Up @@ -21,9 +21,8 @@ func WithoutCache(cmd *icmd.Cmd) func() {
return nil
}

// WithContextPath set the build context path
// WithContextPath sets the build context path
func WithContextPath(path string) func(*icmd.Cmd) func() {
// WithContextPath sets the build context path
return func(cmd *icmd.Cmd) func() {
cmd.Command = append(cmd.Command, path)
return nil
Expand Down

0 comments on commit 32b81da

Please sign in to comment.