From ebfce54b16103fd28aa8ce535ac2e5a69ffd71f8 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:29:17 +0100 Subject: [PATCH] Update how-sync-works.md --- docs/data-ai/capture-data/advanced/how-sync-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-ai/capture-data/advanced/how-sync-works.md b/docs/data-ai/capture-data/advanced/how-sync-works.md index ff4aa0c3d7..58c0aa4ca5 100644 --- a/docs/data-ai/capture-data/advanced/how-sync-works.md +++ b/docs/data-ai/capture-data/advanced/how-sync-works.md @@ -25,7 +25,7 @@ The relative path for the data capture directory depends on where `viam-server` To find the `$HOME` vale, check your machine's logs on startup which will log it in the environment variables: ```sh -2025-01-15T14:27:26.073Z INFO rdk server/entrypoint.go:77 Starting viam-server with following environment variables {"HOME":"/home/johnsmith"} +2025-01-15T14:27:26.073Z INFO rdk server/entrypoint.go:77 Starting viam-server with following environment variables {"HOME":"/home/johnsmith"} ``` {{% /expand%}}