Skip to content

Commit 535b898

Browse files
alexecCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a48ea9a commit 535b898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/codingcontext/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func (cc *Context) cleanupDownloadedDirectories() {
261261
}
262262
}
263263

264-
func (cc *Context) findTaskFile(homeDir string, taskName string) error {
264+
func (cc *Context) findTaskFile(taskName string) error {
265265
// Build search paths from all sources
266266
searchPaths := make([]SearchPath, 0)
267267
searchPaths = append(searchPaths, cc.searchPaths...)

0 commit comments

Comments
 (0)