src/p4l/admin/views.py
changeset 153 50f01260eef4
parent 145 7c6fe1dab213
--- a/src/p4l/admin/views.py	Fri Oct 11 15:01:52 2013 +0200
+++ b/src/p4l/admin/views.py	Tue Nov 26 23:53:33 2013 +0100
@@ -54,7 +54,7 @@
     
     def get_context_data(self, **kwargs):
         return {
-            'command_line' : " ".join(getattr(settings,"ADMIN_SCRIPT", {}).get('command',"")),
+            'command_line' : " ".join(getattr(settings,"ADMIN_SCRIPT", {}).get('args',"")),
             'env' : repr(getattr(settings,"ADMIN_SCRIPT", {}).get('env',{})),
             'cwd' : repr(getattr(settings,"ADMIN_SCRIPT", {}).get('cwd',"")),
         }