Skip to content

Commit

Permalink
WIP: minor error title improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Apr 1, 2024
1 parent 3b3f276 commit d13c591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault_oidc_ssh_cert_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _check_inputs() -> None:
if not missing_inputs:
return

title = "Missing Action inputs"
title = "Missing Action input(s)"
message = f"Missing required input(s): {','.join(missing_inputs)}"
_set_error_message(title, message)
raise VoscaError(title)
Expand Down

0 comments on commit d13c591

Please sign in to comment.