From 22b4711139305144ff27f8654a08b7e801d18cac Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Fri, 19 Jan 2024 12:03:07 +0100 Subject: [PATCH] Fix incorrect path. --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 00f1e6d..3d79693 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -94,7 +94,7 @@ Once the dependencies are installed, an archive can be created using TAR: ```sh # This command should be run from the project root -tar --directory="${PWD}" --create --file 'solid.tar.gz' --gzip ./solid +tar --directory="${PWD}" --create --file 'solid.tar.gz' --gzip solid ``` ## Deploying the package