From 294e2d6559891fb62e7560d78b0bb67002a8a260 Mon Sep 17 00:00:00 2001 From: Thomas Hager Date: Thu, 28 Jul 2016 01:59:20 +0200 Subject: [PATCH] Fixed a typo in Puppetboard's catalog view (#282) Replaced oder_by_str with order_by_str in get_or_abort() to fix app crash. --- puppetboard/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppetboard/app.py b/puppetboard/app.py index a3d74ab..bf1dd28 100644 --- a/puppetboard/app.py +++ b/puppetboard/app.py @@ -837,7 +837,7 @@ def catalogs(env): nodes = get_or_abort(puppetdb.nodes, query=query, with_status=False, - order_by=oder_by_str) + order_by=order_by_str) nodes, temp = tee(nodes) for node in temp: