Skip to content

Commit

Permalink
Merge pull request #148 from pwittrock/master
Browse files Browse the repository at this point in the history
Fix issue for head snapshot releases - "master" should be a branch in…
  • Loading branch information
droot committed May 14, 2018
2 parents 7ed8000 + 10efee4 commit 7637565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/kubebuilder/initproject/dep_manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ revision="f53464b8b84b4507805a0b033a8377b225163fea"
name = "github.com/kubernetes-sigs/kubebuilder"
{{ if eq .Version "unknown" -}}
branch="master"
{{ else if eq .Version "master" -}}
branch="master"
{{ else -}}
version="{{.Version}}"
{{ end }}
Expand Down

0 comments on commit 7637565

Please sign in to comment.