Skip to content

Commit 33bc725

Browse files
Update update-agent-context.sh
1 parent c868ce5 commit 33bc725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bash/update-agent-context.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ update_all_existing_agents() {
743743
_update_if_new "$AGY_FILE" "Antigravity" || _all_ok=false
744744
_update_if_new "$VIBE_FILE" "Mistral Vibe" || _all_ok=false
745745
_update_if_new "$KIMI_FILE" "Kimi Code" || _all_ok=false
746-
_update_if_new "$TRAE_FILE" "Trae" || _all_ok=false
746+
_update_if_new "$TRAE_FILE" "Trae" || _all_ok=false
747747

748748
# If no agent files exist, create a default Claude file
749749
if [[ "$_found_agent" == false ]]; then

0 commit comments

Comments
 (0)