mirror of
https://github.com/werf/actions.git
synced 2026-02-11 13:56:25 +03:00
Fix typo in not supported werf version error
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user