From: Martin Pitt Date: Fri, 31 Jul 2026 04:30:27 +0000 (+0200) Subject: cclaude: fix for go and rust projects X-Git-Url: https://piware.de/gitweb/?a=commitdiff_plain;h=88d9129a5f07381606012605f328567e5507045c;p=bin.git cclaude: fix for go and rust projects --- diff --git a/cclaude b/cclaude index 8a9a3a1..f60df4c 100755 --- a/cclaude +++ b/cclaude @@ -8,7 +8,10 @@ IMG=localhost/claude if ! podman image inspect "$IMG" >/dev/null; then podman build -t "$IMG" -f - /run <