revert: Keep bd wisp/pour until v0.38.0 - API not released yet
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -567,7 +567,7 @@ func runSlingFormula(args []string) error {
|
||||
|
||||
// Step 2: Create wisp instance (ephemeral)
|
||||
fmt.Printf(" Creating wisp...\n")
|
||||
wispArgs := []string{"mol", "wisp", formulaName}
|
||||
wispArgs := []string{"wisp", formulaName}
|
||||
for _, v := range slingVars {
|
||||
wispArgs = append(wispArgs, "--var", v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user