Skip to content

Commit 8e3a693

Browse files
Fix formatting in update-agent-context.sh
1 parent 33bc725 commit 8e3a693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bash/update-agent-context.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ update_all_existing_agents() {
744744
_update_if_new "$VIBE_FILE" "Mistral Vibe" || _all_ok=false
745745
_update_if_new "$KIMI_FILE" "Kimi Code" || _all_ok=false
746746
_update_if_new "$TRAE_FILE" "Trae" || _all_ok=false
747-
747+
748748
# If no agent files exist, create a default Claude file
749749
if [[ "$_found_agent" == false ]]; then
750750
log_info "No existing agent files found, creating default Claude file..."

0 commit comments

Comments
 (0)