mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-15 19:41:02 +00:00
Correct path for scope version command
This commit is contained in:
@@ -99,7 +99,7 @@ build() {
|
||||
fi
|
||||
|
||||
## Run tests with the distributables, including version check
|
||||
v=$(./app/scope-app -version | grep -o '[0-9].*')
|
||||
v=$(./prog/scope version | grep -o '[0-9].*')
|
||||
if ! [ "$v" == "$VERSION" ]; then
|
||||
echo "Version of distributable "$v" does not match release version $VERSION" >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user