Renamed type for consistency in article

This commit is contained in:
butomo1989
2018-11-29 09:07:26 +01:00
parent 46d3a4f8c1
commit b285d8a1da
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ elif [ "$GENYMOTION" = true ]; then
echo "${types[@]}"
case $TYPE in
"${types[0]}" )
echo "Using Genymotion-Cloud"
echo "Using Genymotion-Cloud (SaaS)"
prepare_geny_cloud
run_appium
;;