This commit is contained in:
35C4n0r 2026-03-13 18:38:02 +05:30
parent c70954191e
commit 70f4d625b8
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -31,7 +31,7 @@ validate_copilot_installation() {
} }
build_initial_prompt() { build_initial_prompt() {
local initial_prompt="" local initial_prompt=""
if [ -n "$ARG_AI_PROMPT" ]; then if [ -n "$ARG_AI_PROMPT" ]; then
if [ -n "$ARG_SYSTEM_PROMPT" ]; then if [ -n "$ARG_SYSTEM_PROMPT" ]; then