Fix: WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (#1426)

This commit is contained in:
gp
2024-07-03 17:19:10 -04:00
committed by GitHub
parent 83599aec23
commit 74b2bca9bf
3 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ RUN bench init \
echo "{}" > sites/common_site_config.json && \
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
FROM base as erpnext
FROM base AS erpnext
USER frappe