Ignore:
Timestamp:
Nov 12, 2008, 1:15:05 AM (15 years ago)
Author:
broder
Message:

Fix 2 typos in the web code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/controls.py

    r1615 r1618  
    2525
    2626def remctl(*args, **kwargs):
    27     return gen_remctl(config.remote.hostname, *args,
     27    return gen_remctl(config.remote.hostname,
    2828                      principal='daemon/'+config.web.hostname,
    29                       **kwargs)
     29                      *args, **kwargs)
    3030
    3131def lvcreate(machine, disk):
Note: See TracChangeset for help on using the changeset viewer.