Skip to content

Commit

Permalink
Merge pull request #668 from rust-lang/fix-update-sync-team-cli-flag
Browse files Browse the repository at this point in the history
fix: update sync-team cli flag
  • Loading branch information
marcoieni authored Mar 3, 2025
2 parents b16ba50 + 5c36138 commit 8ffe691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/team-repo/sync-team.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "aws_codebuild_project" "sync_team" {
phases:
build:
commands:
- sync-team --live
- sync-team apply
EOF
}

Expand Down

0 comments on commit 8ffe691

Please sign in to comment.