From 5e684cdcd1136f5380a477e1cfcf0ba0757deff0 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Wed, 3 Apr 2024 15:31:13 -0700 Subject: [PATCH] haha funny bug. Copied wrong line. Don't remember doing that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f545b3c..9f16972a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ from inside the frappe-docker repo: -`APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0)` +`APPS_JSON_BASE64=$(base64 -w 0 ./apps.json)`