Skip to content

Commit

Permalink
Merge pull request #80 from fanminshi/fix_updategenerated_tmpl
Browse files Browse the repository at this point in the history
pkg/generator: remove "." in updateGenerated tmpl
  • Loading branch information
hasbro17 committed Mar 1, 2018
2 parents d8b46f3 + f2f828c commit d925c76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/generator/codegen_tmpls.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ docker run --rm \
"{{.APIDirName}}:{{.Version}}" \
--go-header-file "./tmp/codegen/boilerplate.go.txt" \
$@
.
`
1 change: 0 additions & 1 deletion pkg/generator/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ docker run --rm \
"play:v1alpha1" \
--go-header-file "./tmp/codegen/boilerplate.go.txt" \
$@
.
`

func TestCodeGen(t *testing.T) {
Expand Down

0 comments on commit d925c76

Please sign in to comment.