We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cast_to()
1 parent 4366a73 commit 9017b56Copy full SHA for 9017b56
1 file changed
src/pre_commit_terraform/terraform_docs_replace.py
@@ -78,7 +78,7 @@ def invoke_cli_app(parsed_cli_args: Namespace) -> ReturnCodeType:
78
'>',
79
'./{dir}/{dest}'.format(
80
dir=dir,
81
- dest=cast_to('bool', parsed_cli_args.dest),
+ dest=cast_to('str', parsed_cli_args.dest),
82
),
83
84
)
0 commit comments