Skip to content

Commit be7bbdb

Browse files
committed
refactor error message
1 parent 3f53e73 commit be7bbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func getVersionAndDateError() string {
206206

207207
if days > 8 {
208208
versionOld := int(days / 7)
209-
result += fmt.Sprintf("This provider is %v Update(s) behind to current.", versionOld)
209+
result += fmt.Sprintf("This provider is %v version(s) old. ", versionOld)
210210
}
211211
return result
212212
}

0 commit comments

Comments
 (0)