mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 17:20:36 -04:00
Fix typo (#26)
This commit is contained in:
parent
88e183e69e
commit
d64bb81864
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ This script will locally build all Dockers for the given version using the same
|
|||
This can be used to test the build process before invoking the actual publication workflow.
|
||||
|
||||
```
|
||||
./deploy [VERSION]
|
||||
./deploy.sh [VERSION]
|
||||
```
|
||||
|
||||
This script will trigger the publication of all Dockers for the given version to DockerHub. To do so, this script will:
|
||||
|
|
|
|||
Loading…
Reference in a new issue