Index: /trunk/Nebulous/Changes
===================================================================
--- /trunk/Nebulous/Changes	(revision 18015)
+++ /trunk/Nebulous/Changes	(revision 18016)
@@ -2,4 +2,6 @@
 
 0.09
+    - fix neb-stat to work when a neb key is used that implies a storage volume
+      that does not have instances on it
     - make neb-ls non-recursive by default and add a --recursive flag
     - add neb-copies util
Index: /trunk/Nebulous/bin/neb-stat
===================================================================
--- /trunk/Nebulous/bin/neb-stat	(revision 18015)
+++ /trunk/Nebulous/bin/neb-stat	(revision 18016)
@@ -3,5 +3,5 @@
 # Copyright (C) 2007-2008  Joshua Hoblitt
 #
-# $Id: neb-stat,v 1.2 2008-06-09 20:08:46 jhoblitt Exp $
+# $Id: neb-stat,v 1.3 2008-06-09 20:25:27 jhoblitt Exp $
 
 use strict;
@@ -41,5 +41,5 @@
 my $stat = $neb->stat($key);
 die "nebulous key: $key not found" unless $stat;   
-my $instances = $neb->find_instances($key);
+my $instances = $neb->find_instances($key, ':any');
 die "no instances found" unless $instances;   
 
