Skip to content

Commit 8b1695c

Browse files
andrewnituiKristy
andauthored
Update cmd/lk/agent.go
Co-authored-by: Kristy Marcinova <[email protected]>
1 parent ab24167 commit 8b1695c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lk/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
541541

542542
projectType, err := agentfs.DetectProjectType(os.DirFS(workingDir))
543543
if err != nil {
544-
return fmt.Errorf("unable to determine agent language: %w, please make sure you are inside a directory containing an agent written in a supported language", err)
544+
return fmt.Errorf("unable to determine agent language: %w, please navigate to a directory containing an agent written in a supported language", err)
545545
}
546546
fmt.Printf("Detected agent language [%s]\n", util.Accented(string(projectType)))
547547

0 commit comments

Comments
 (0)