pico

created pr with 109.1 on 2026-02-20T17:28:22Z · by a61b448c
cmds
checkout latest patchset:
ssh pr.pico.sh print 109 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 109.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 109

Patchset 109.1 on 2026-02-20T17:28:22Z · commit 4225b98

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
181181
182182 A tunnel manager for docker services.
183183
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.
185185
186186 > [source code](https://github.com/picosh/tunmgr)
187187
Back to top