summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-04-19 06:08:03 +0200
committerMatheus2023-04-19 06:08:03 +0200
commit87d9795a1a4fcc9b5cce0f3209be18b1b4a4bb28 (patch)
tree74beef0f49da11790a72b8a5461a69a460c59f0b
parente40549a239cf78049b2e6367886c70986af4e150 (diff)
downloadaur-87d9795a1a4fcc9b5cce0f3209be18b1b4a4bb28.tar.gz
Error fix.
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73245b377403..1b160be640d1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -110,7 +110,7 @@ build()
## Health
if [[ "${ERPNEXT_HEALTH}" == "ON" ]]; then
bench get --branch "${_version_health}" --resolve-deps health https://github.com/frappe/health.git
- bench --site "${pkgname}" install-app health
+ bench --site "${pkgname}" install-app healthcare
fi
## Hospitality