diff --git a/internal/lockfile/lockfile.go b/internal/lockfile/lockfile.go index 9a31ffc92..9d78ff103 100644 --- a/internal/lockfile/lockfile.go +++ b/internal/lockfile/lockfile.go @@ -11,7 +11,9 @@ import ( "path/filepath" ) -var ErrLockFileExists = errors.New("lock file exists") +var ErrLockFileExists = errors.New( + "lock file exists. This usually means that there is another instance of furyctl running", +) type LockFile struct { Path string