fix(dev): escape literal paren in dev-sso print string #62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/dev-sso-nushell-paren-escape"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In a Nushell
$"..."interpolated string, an unescaped(opens a subexpression. The dev-sso recipe's final print line contained the literal text "(when OCI_REGISTRY_ENABLED=true in .env)", so Nushell tried to runwhenas a command and the recipe failed after the stack was already up. Escape the opening paren with\(so it is treated as literal text.Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com