Update terminology from "Wild-Cloud" to "Wild Cloud" across scripts and documentation for consistency
This commit is contained in:
@@ -15,7 +15,7 @@ while [[ $# -gt 0 ]]; do
|
||||
-h|--help)
|
||||
echo "Usage: $0 <app_name> [--update]"
|
||||
echo ""
|
||||
echo "Fetch an app template from the Wild-Cloud repository to cache."
|
||||
echo "Fetch an app template from the Wild Cloud repository to cache."
|
||||
echo ""
|
||||
echo "Options:"
|
||||
echo " --update Overwrite existing cached files without confirmation"
|
||||
@@ -45,7 +45,7 @@ if [ -z "${APP_NAME}" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Initialize Wild-Cloud environment
|
||||
# Initialize Wild Cloud environment
|
||||
if [ -z "${WC_ROOT}" ]; then
|
||||
print "WC_ROOT is not set."
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user