mirror of
https://github.com/fosrl/newt.git
synced 2026-08-31 11:11:28 +02:00
Update language to be more clear
This commit is contained in:
@@ -52,8 +52,8 @@ type versionResponse struct {
|
||||
}
|
||||
|
||||
// ErrAutoUpdateUnsupportedInOfficialContainer indicates auto-update is not
|
||||
// available when running inside official Fossorial container images.
|
||||
var ErrAutoUpdateUnsupportedInOfficialContainer = errors.New("auto-update unsupported in official Fossorial container images")
|
||||
// available when running inside container images.
|
||||
var ErrAutoUpdateUnsupportedInOfficialContainer = errors.New("auto-update unsupported in container images")
|
||||
|
||||
// isOfficialContainer returns true when the process is running inside an
|
||||
// official Fossorial-built container image. The image sets
|
||||
|
||||
Reference in New Issue
Block a user