File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ function Create-Package {
167167 Generate- Commands - Agent $Agent - Format ' md' - Args ' $ARGUMENTS' - DestDir " $BaseDir /.bob\commands" - Script $Script
168168 }
169169 ' tabnine' {
170- New-Item - ItemType Directory - Force - Path " $BaseDir /.tabnine\ agent\ commands" | Out-Null
171- Generate- Commands - Agent $Agent - Format ' toml' - Args ' {{args}}' - DestDir " $BaseDir /.tabnine\ agent\ commands" - Script $Script
170+ New-Item - ItemType Directory - Force - Path " $BaseDir /.tabnine/ agent/ commands" | Out-Null
171+ Generate- Commands - Agent $Agent - Format ' toml' - Args ' {{args}}' - DestDir " $BaseDir /.tabnine/ agent/ commands" - Script $Script
172172 }
173173 ' vibe' {
174174 New-Item - ItemType Directory - Force - Path " $BaseDir /.vibe\prompts" | Out-Null
You can’t perform that action at this time.
0 commit comments