diff options
Diffstat (limited to 'currentVersions.go')
| -rw-r--r-- | currentVersions.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/currentVersions.go b/currentVersions.go index c5c7395..4cbaa72 100644 --- a/currentVersions.go +++ b/currentVersions.go @@ -67,6 +67,9 @@ func (repo *Repo) GitDevelVersion() string { func (repo *Repo) GitUserVersion() string { bname := repo.GetUserBranchName() + if bname != "jcarr" { + panic("not jcarr bname =" + bname) + } v, err := repo.gitVersionByName(bname) if err == nil { return v |
