Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Mar 5, 2024
1 parent c39c91d commit 88c68ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ const run = async () => {
tags: tags,
title: manifestJson.name_for_human,
},
schemaVersion: 1,
systemRole: manifestJson.description_for_model,
schemaVersion: 1
};
} catch (error) {
consola.error(`Failed to sync ${path}`, error);
Expand Down

0 comments on commit 88c68ac

Please sign in to comment.