diff --git a/tunnel-nim/tunnel.nim b/tunnel-nim/tunnel.nim index 7e04781..269fbc6 100644 --- a/tunnel-nim/tunnel.nim +++ b/tunnel-nim/tunnel.nim @@ -34,7 +34,7 @@ proc show() = collect(for _,p in walkDir(sshDir): p) .map(extractFilename) .filterIt(it.startsWith("control")) - echo fmt"[yellow]{controllers.len}[/] active connections" + echo bbfmt"[yellow]{controllers.len}[/] active connections" if controllers.len == 0: quit 0 echo "hosts:" echo controllers.mapIt(" " & it.split('-')[1]).join("\n")