Skip to content

Commit 22b4711

Browse files
committed
Fix incorrect path.
1 parent 4aeb784 commit 22b4711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Once the dependencies are installed, an archive can be created using TAR:
9494

9595
```sh
9696
# This command should be run from the project root
97-
tar --directory="${PWD}" --create --file 'solid.tar.gz' --gzip ./solid
97+
tar --directory="${PWD}" --create --file 'solid.tar.gz' --gzip solid
9898
```
9999

100100
## Deploying the package

0 commit comments

Comments
 (0)