Corrected 'gradew' to 'gradlew'
This patch set corrects the incorrect occurances of 'gradew'
to it's proper script name.
Change-Id: I9c0f5678cfb9e3c7e367c1b58d9dc33b74a2ae7c
diff --git a/docs/quickstart_vm.md b/docs/quickstart_vm.md
index e055a54..6a89f0a 100644
--- a/docs/quickstart_vm.md
+++ b/docs/quickstart_vm.md
@@ -217,7 +217,7 @@
images to the target server that are used in the reset of the process, thus
making the head node a self contained deployment.
```
-./gradew prime
+./gradlew prime
```
### Complete
@@ -238,7 +238,7 @@
transfer all the image from the development machine to the target head node.
This step is started with the following command:
```
-./gradew -PtargetReg=10.100.198.201:5000 publish
+./gradlew -PtargetReg=10.100.198.201:5000 publish
```
### Complete