diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 16:25:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 16:25:22 +0300 |
commit | 77595e84000f2ac94607f1772a07542b8c7e033f (patch) | |
tree | 53d2e837a5857c2f8c5d02cce74da83c2663979a /README.md | |
parent | workflows/ci: don't pull private Bitbucket repositories (diff) | |
download | cgitize-77595e84000f2ac94607f1772a07542b8c7e033f.tar.gz cgitize-77595e84000f2ac94607f1772a07542b8c7e033f.zip |
README: fix a typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ If SSH is required, the socket should be mapped to -v "/path/to/config:/etc/cgitize:ro" \ -v "$SSH_AUTH_SOCK:/var/run/cgitize/ssh-agent.sock" \ -v "/path/to/output:/var/tmp/cgitize" \ - egortensin/cgitize:v2 + egortensin/cgitize:2 The container executes cgitize inside a cron job. The `SCHEDULE` environment variable controls the period between cgitize runs. |