render-diff: fix typo in failure messsage

This change fix a typo where `git_diff` is undefined and should be replaced
by render_diff.

Change-Id: I9f1322853b7abdf6abd8b0d287b4b538963e6674
This commit is contained in:
Tristan Cacqueray 2020-09-03 16:30:15 +00:00
parent 160ade087d
commit ca4111a586
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@
The difference is:
{{ git_diff.stdout }}
{{ render_diff.stdout }}