Skip to content

Commit

Permalink
Correct path for scope version command
Browse files Browse the repository at this point in the history
  • Loading branch information
davkal committed Dec 15, 2015
1 parent ec15f7f commit 271bcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 271bcbd

Please sign in to comment.