Skip to content

Commit

Permalink
Merge pull request #12 from cased/login-updates
Browse files Browse the repository at this point in the history
clarify deployable state
  • Loading branch information
tnm authored Oct 15, 2024
2 parents e5d244a + b6f42e1 commit 54023d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cased/commands/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _build_questionary_choices(project):

if not choices:
console.print(
f"[red]No branches available for project {project}. Please see more details at {CasedConstants.BASE_URL}/deployments/{project} [/red]" # noqa: E501
f"[red]No deployable branches for project {project}. Please see more details at {CasedConstants.BASE_URL}/deployments/{project} [/red]" # noqa: E501
)
sys.exit(1)

Expand Down

0 comments on commit 54023d9

Please sign in to comment.