Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
backport of commit 324d343
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Oct 28, 2022
1 parent d921f94 commit 9d441c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func (c *InitCommand) validateProject() bool {
for _, pn := range pipeNames {
sp.Update("Registering Pipeline %q with the server...", pn)

baseStep := map[string]*pb.Pipeline_Step{"root": &pb.Pipeline_Step{
baseStep := map[string]*pb.Pipeline_Step{"root": {
Name: "root",
Kind: &pb.Pipeline_Step_Pipeline_{},
}}
Expand Down

0 comments on commit 9d441c4

Please sign in to comment.