diff options
| author | Jeff Carr <[email protected]> | 2024-01-13 20:30:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-13 20:30:33 -0600 |
| commit | 966348d5343a13ca889805d5a46907927d07f4ce (patch) | |
| tree | f82cf534206ebe399432d09c86d2b6e7672823f8 /update.go | |
| parent | 86873b296cb856a1b8e7251047ccb2b04d188f9b (diff) | |
status is almost done
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,8 +29,8 @@ func (rs *RepoStatus) Update() { rs.getLastTagVersion() log.Warn("populateTags()") rs.populateTags() - log.Warn("checkDirty()") - rs.checkDirty() + log.Warn("CheckDirty()") + rs.CheckDirty() if rs.dirtyLabel.Get() != "no" { log.Warn("dirty label != no. actual value:", rs.dirtyLabel.Get()) @@ -42,7 +42,7 @@ func (rs *RepoStatus) Update() { devel := rs.develDrop.Get() user := rs.userDrop.Get() - // rs.checkDirty() this runs + // rs.CheckDirty() this runs log.Log(WARN, "") log.Log(WARN, "checkoutBranch", master) rs.checkoutBranch("master", master) |
