We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aeb784 commit 22b4711Copy full SHA for 22b4711
1 file changed
docs/deploy.md
@@ -94,7 +94,7 @@ Once the dependencies are installed, an archive can be created using TAR:
94
95
```sh
96
# This command should be run from the project root
97
-tar --directory="${PWD}" --create --file 'solid.tar.gz' --gzip ./solid
+tar --directory="${PWD}" --create --file 'solid.tar.gz' --gzip solid
98
```
99
100
## Deploying the package
0 commit comments