diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/recipe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index bf2cd7169a..3f76e656fe 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html | |||
@@ -176,7 +176,7 @@ | |||
176 | <td>{{task.get_executed_display}}</td> | 176 | <td>{{task.get_executed_display}}</td> |
177 | 177 | ||
178 | <td>{{task.get_outcome_display}} | 178 | <td>{{task.get_outcome_display}} |
179 | {% if task.outcome = task.OUTCOME_FAILED %} | 179 | {% if task.outcome == task.OUTCOME_FAILED %} |
180 | <a href="{% url 'build_artifact' build.pk "tasklogfile" task.pk %}"> | 180 | <a href="{% url 'build_artifact' build.pk "tasklogfile" task.pk %}"> |
181 | <span class="glyphicon glyphicon-download-alt | 181 | <span class="glyphicon glyphicon-download-alt |
182 | get-help" title="Download task log | 182 | get-help" title="Download task log |