Skip to content

Commit 42e658b

Browse files
committed
update
1 parent eee3cee commit 42e658b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/bind/compile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ type suiEnv struct {
938938

939939
func setupSuiEnv(alias, rpcURL string) error {
940940
// Step 1 — Fetch all current envs via CLI
941-
cmd := exec.Command("sui", "client", "envs", "--json")
941+
cmd := exec.Command("sui", "client", "envs", "--yes", "--json")
942942
out, err := cmd.Output()
943943
if err != nil {
944944
return fmt.Errorf("failed to list Sui environments: %w", err)

0 commit comments

Comments
 (0)