aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal/feed/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/cache.go b/internal/feed/cache.go
index 4453246..d233395 100644
--- a/internal/feed/cache.go
+++ b/internal/feed/cache.go
@@ -70,7 +70,7 @@ func lock(fileName string) (lock lockfile.Lockfile, err error) {
}
if err = lock.TryLock(); err != nil {
- err = fmt.Errorf("Locking: %w", err)
+ err = fmt.Errorf("Locking cache: %w", err)
return
}
ions'>-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12