get_certs() should be get_trusted_certs()
authorTony Mack <tmack@cs.princeton.edu>
Wed, 9 Dec 2009 21:26:21 +0000 (21:26 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 9 Dec 2009 21:26:21 +0000 (21:26 +0000)
sfa/server/sfa_component_setup.py

index 9c06889..67fe52a 100755 (executable)
@@ -220,7 +220,7 @@ def dispatch(options, args):
     if options.certs:
         if options.verbose:
             print "Getting the component's trusted certs"
-        get_certs(verbose=options.verbose)
+        get_trusted_certs(verbose=options.verbose)
     if options.gids:        
         if options.verbose:
             print "Geting the component's GIDs"