From 988e2e05d776ba0ee0b6c2c9fbe26ef82f408977 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Thu, 16 Jul 2015 16:38:43 +0200 Subject: [PATCH] Renamed app to scope-app in release script --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release b/bin/release index 71cd385c8..2824ad1e0 100755 --- a/bin/release +++ b/bin/release @@ -61,7 +61,7 @@ build() { fi ## Run tests with the distributables, including version check - v=$(./app/app -version | grep -o '[0-9].*') + v=$(./app/scope-app -version | grep -o '[0-9].*') if ! [ "$v" == "$VERSION" ]; then echo "Version of distributable "$v" does not match release version $VERSION" >&2 exit 1