Skip to content

Commit

Permalink
Update agent submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 4, 2024
1 parent cc12d71 commit 89e0d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent-comfy
Submodule agent-comfy updated 1 files
+77 −11 install.sh
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ setup_ai_provider() {
)
[ "$is_password" = "true" ] && input_args+=(--password)

# Only return the actual input value
LOCAL_OUT=`gum input "${input_args[@]}"`
echo "$LOCAL_OUT"
gum input "${input_args[@]}"
}

# Reusable function to write to .env
Expand Down

0 comments on commit 89e0d58

Please sign in to comment.