Skip to content

Commit 03e46f1

Browse files
committed
add google project sync
1 parent eb782ed commit 03e46f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/ctrlc/root/sync/google/projects/projects.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ func NewSyncProjectsCmd() *cobra.Command {
5454
"account/parent-id": project.Parent.Id,
5555
"account/parent-type": project.Parent.Type,
5656

57-
"google/project-id": project.ProjectId,
58-
"google/project-name": project.Name,
57+
"google/project": project.ProjectId,
5958
"google/number": fmt.Sprintf("%d", project.ProjectNumber),
6059
"google/state": project.LifecycleState,
6160
"google/parent-id": project.Parent.Id,

0 commit comments

Comments
 (0)