We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f53e73 commit be7bbdbCopy full SHA for be7bbdb
oci/errors.go
@@ -206,7 +206,7 @@ func getVersionAndDateError() string {
206
207
if days > 8 {
208
versionOld := int(days / 7)
209
- result += fmt.Sprintf("This provider is %v Update(s) behind to current.", versionOld)
+ result += fmt.Sprintf("This provider is %v version(s) old. ", versionOld)
210
}
211
return result
212
0 commit comments