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
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 360f624219b4250145207ac74c991e7096542f46
2 changes: 1 addition & 1 deletion cmd/src/blueprint_import.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func runBlueprintImportAll(ctx context.Context, opts blueprintImportOpts, rootDi
return nil
}

fmt.Fprintf(opts.out, "Found %d blueprint(s) in repository\n\n", len(found))
fmt.Fprintf(opts.out, "Found %d blueprint(s) in repository\n", len(found))

exec := blueprint.NewExecutor(blueprint.ExecutorOpts{
Client: opts.client,
Expand Down
Loading