diff options
Diffstat (limited to 'lookForUnwind.go')
| -rw-r--r-- | lookForUnwind.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lookForUnwind.go b/lookForUnwind.go index 239ab65..e195633 100644 --- a/lookForUnwind.go +++ b/lookForUnwind.go @@ -8,7 +8,7 @@ import ( "go.wit.com/log" ) -func lookToUnwind(r *repolist.Repo) bool { +func lookToUnwind(r *repolist.RepoRow) bool { goSumS := r.GoState() dirtyS := r.State() currentS := r.Status.GetCurrentBranchVersion() |
