Skip to content

Commit 360f624

Browse files
trlyburmudar
andauthored
Update cmd/src/blueprint_import.go
Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com>
1 parent 6841dd3 commit 360f624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/blueprint_import.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func runBlueprintImportAll(ctx context.Context, opts blueprintImportOpts, rootDi
169169
return nil
170170
}
171171

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

174174
exec := blueprint.NewExecutor(blueprint.ExecutorOpts{
175175
Client: opts.client,

0 commit comments

Comments
 (0)