From 5121f7d015fdac8b4b53b7b8c8caf3f0d49e0146 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:33:57 +0200 Subject: [PATCH] Update _index.md (#1874) --- docs/extend/modular-resources/upload/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/modular-resources/upload/_index.md b/docs/extend/modular-resources/upload/_index.md index 1dfec1e527..5cfc9e415b 100644 --- a/docs/extend/modular-resources/upload/_index.md +++ b/docs/extend/modular-resources/upload/_index.md @@ -126,7 +126,7 @@ To upload your custom module to the [Viam registry](https://app.viam.com/registr ``` sh { class="command-line" data-prompt="$"} go build -o bin/module ./module/main.go - tar -cxf module.tar.gz bin/module + tar -czf module.tar.gz bin/module ``` For more information, see [Compile a module into an executable](/extend/modular-resources/create/#compile-the-module-into-an-executable).