Skip to content

fix(scripts): guard uninstall block against missing package_name#721

Merged
mikekobit-stripe merged 1 commit into
mainfrom
fix/guard-uninstall-missing-package-name
Jul 15, 2026
Merged

fix(scripts): guard uninstall block against missing package_name#721
mikekobit-stripe merged 1 commit into
mainfrom
fix/guard-uninstall-missing-package-name

Conversation

@mikekobit-stripe

Copy link
Copy Markdown
Collaborator

{{ index $tool "package_name" }} renders <no value> when the key is absent, producing invalid shell syntax at the 2>/dev/null redirect. Skip the uninstall entirely when no package_name is configured.

Committed-By-Agent: claude

`{{ index $tool "package_name" }}` renders `<no value>` when the key
is absent, producing invalid shell syntax at the `2>/dev/null` redirect.
Skip the uninstall entirely when no package_name is configured.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
@mikekobit-stripe mikekobit-stripe merged commit 9c95cd5 into main Jul 15, 2026
6 checks passed
@mikekobit-stripe mikekobit-stripe deleted the fix/guard-uninstall-missing-package-name branch July 15, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant