Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cmd/src/blueprint_import.go
Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com>
  • Loading branch information
trly and burmudar authored Jan 12, 2026
commit 6841dd34e305e247e2c4dbf9084997ddcafcf88f
2 changes: 1 addition & 1 deletion cmd/src/blueprint_import.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func runBlueprintImportAll(ctx context.Context, opts blueprintImportOpts, rootDi
}

if len(found) == 0 {
fmt.Fprintf(opts.out, "No blueprints found in repository\n")
fmt.Fprintf(opts.out, "No blueprints found in %s\n", rootDir)
return nil
}

Expand Down
Loading