| Index: runtime/bin/vmservice/observatory/deploy.sh
|
| diff --git a/runtime/bin/vmservice/observatory/deploy.sh b/runtime/bin/vmservice/observatory/deploy.sh
|
| index 930f86e21f6678f08f5225d6ff9bfe761e6a0d28..22e4cc720c5363739f8aed5e15486caf1a019546 100755
|
| --- a/runtime/bin/vmservice/observatory/deploy.sh
|
| +++ b/runtime/bin/vmservice/observatory/deploy.sh
|
| @@ -9,7 +9,7 @@ if [ ! -d "build" ]; then
|
| fi
|
|
|
| if [ ! -d "deployed" ]; then
|
| - echo "Run this script from the client directory"
|
| + echo "Run this script from the observatory directory"
|
| exit
|
| fi
|
|
|
|
|