pico
created pr with
109.1
cmds
checkout latest patchset:
ssh pr.pico.sh print 109 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 109.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 109
Patchset
109.1
docs(tuns): Fix typo
Noelle Leigh
2026-02-20T17:05:23Z"set's" → "sets"
Semantic diff summary
0 added,
0 modified,
0 signature changed,
0 removed
across 0 analyzed files
(1 file skipped: unsupported file type)
+1
-1
posts/tuns.md
#
| ... | ... | @@ -181,7 +181,7 @@ SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE | |
| 181 | 181 | ||
| 182 | 182 | A tunnel manager for docker services. | |
| 183 | 183 | ||
| 184 | - | tunmgr automatically set's up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels. | |
| 184 | + | tunmgr automatically sets up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels. | |
| 185 | 185 | ||
| 186 | 186 | > [source code](https://github.com/picosh/tunmgr) | |
| 187 | 187 |