We have lift off, we are CONNECTED. We aren't doing much but we can
[spider.git] / cmd / show / user.pl
index 3b27777427511e70fcca08bcbf75f1ba856b6b35..997ae542b6bbcf9fe9f5785320396a352c44bf66 100644 (file)
@@ -12,7 +12,7 @@ my $call;
 my @out;
 foreach $call (@list) {
   $call = uc $call;
-  my $ref = DXUser->get($call);
+  my $ref = DXUser->get_current($call);
   if ($ref) {
     @out = print_all_fields($self, $ref, "User Information $call");
   } else {