Fix Docker image version test

This commit is contained in:
tyranron 2021-04-15 18:22:58 +03:00
parent 51e0267b34
commit 787124b13e
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0

View File

@ -40,7 +40,7 @@
[ ! "$output" = '' ]
actual="$output"
[ "$actual" = "$COTURN_VER" ]
[ "$actual" = "$COTURN_VERSION" ]
}