Skip to content

Commit

Permalink
fix typo (envoyproxy#21766)
Browse files Browse the repository at this point in the history
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
  • Loading branch information
ramaraochavali authored Jun 20, 2022
1 parent 44634cc commit bc63067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/code_format/envoy_build_fixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def buildifier_lint(contents):
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
if r.returncode != 0:
raise EnvoyBuildFixerError('buildozer execution failed: %s' % r)
raise EnvoyBuildFixerError('buildifier execution failed: %s' % r)
return r.stdout.decode('utf-8')


Expand Down

0 comments on commit bc63067

Please sign in to comment.