Fix typo in not supported werf version error

This commit is contained in:
Alexey Igrychev
2020-06-04 23:50:35 +01:00
parent 0d749fa2ee
commit d50c87dc2a
11 changed files with 135998 additions and 135993 deletions

View File

@@ -73,7 +73,7 @@ export function ValidateWerfVersion(version: string): void {
throw new Error(
String.Format(
'werf version {0} is not supported (expected version should be equal or lower than {1})',
'werf version {0} is not supported (expected version should be equal or greater than {1})',
version.trim(),
minimalWerfVersion
)