<#411 Fix the error message for the update cmd> Pu...
# flyte-github
a
#411 Fix the error message for the update cmd Pull request opened by oliverhu Fix Flyte's #3806 [Housekeeping] Inconsistent treatment of project id param in flytectl TL;DR As project name is required rather than project id, check name instead. Type ☑︎ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☐ Smoke tested ☑︎ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Tracking Issue https://github.com/flyteorg/flyte/issues/ Updated behavior
Copy code
❯ ./bin/flytectl update project -p flytesnack --id flytesnack3
Error: both project and id are passed
❯ ./bin/flytectl update project -p flytesnacks --name flytesnack3
Project flytesnacks updated
❯ ./bin/flytectl update project --id flytesnacks --name flytesnack3
Project flytesnacks updated
``` flyteorg/flytectl GitHub Actions: Generate documentation GitHub Actions: Goreleaser GitHub Actions: Bump Version 9 other checks have passed 9/12 successful checks