Skip to content

Commit 97c97a2

Browse files
committed
fix: change Repo fields to match what comes from gptscript
1 parent c26fb2d commit 97c97a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/gptscript.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -591,11 +591,11 @@ export interface Property {
591591
}
592592

593593
export interface Repo {
594-
vcs: string
595-
root: string
596-
path: string
597-
name: string
598-
revision: string
594+
VCS: string
595+
Root: string
596+
Path: string
597+
Name: string
598+
Revision: string
599599
}
600600

601601
export interface ToolDef {

0 commit comments

Comments
 (0)