Skip to content

Commit

Permalink
Fix incorrect path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Jan 19, 2024
1 parent 4aeb784 commit 22b4711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22b4711

Please sign in to comment.