fix(dev): escape literal paren in dev-sso print string #62

Merged
longjacksonle merged 1 commit from fix/dev-sso-nushell-paren-escape into main 2026-06-04 04:10:07 +02:00

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 run when as 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

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 run `when` as 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>
fix(dev): escape literal paren in dev-sso print string
All checks were successful
Create release / Create release from merged PR (pull_request) Has been skipped
Check / fmt / clippy / build / test (pull_request) Successful in 1m2s
e963488f83
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 run `when` as 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>
longjacksonle deleted branch fix/dev-sso-nushell-paren-escape 2026-06-04 04:10:07 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
psa-systems/bunyip!62
No description provided.