diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 12:43:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 12:43:08 -0600 |
| commit | 77c1b9258f5de5ec0e8a5d3b69c1f3cf7143c154 (patch) | |
| tree | 3c5842484a7e1d036dbc6feacf96fc1c8bfa7e27 /scan.go | |
| parent | 248c3f4cdbc0a2a856c4757eabf18cd2001d1de9 (diff) | |
attempt to rebuild autotypist
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ package main import ( "go.wit.com/log" - "go.wit.com/gui/gadgets/repostatus" + "go.wit.com/gui/tools/repostatus" ) func (r *repo) newScan() bool { |
