IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24348 for trunk/Nebulous/bin


Ignore:
Timestamp:
Jun 5, 2009, 4:17:18 PM (17 years ago)
Author:
jhoblitt
Message:

fix any volume name from :any -> any

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-stat

    r18016 r24348  
    4141my $stat = $neb->stat($key);
    4242die "nebulous key: $key not found" unless $stat;   
    43 my $instances = $neb->find_instances($key, ':any');
     43my $instances = $neb->find_instances($key, 'any');
    4444die "no instances found" unless $instances;   
    4545
Note: See TracChangeset for help on using the changeset viewer.