Index: /trunk/Nebulous/bin/neb-touch
===================================================================
--- /trunk/Nebulous/bin/neb-touch	(revision 16224)
+++ /trunk/Nebulous/bin/neb-touch	(revision 16225)
@@ -3,5 +3,5 @@
 # Copyright (C) 2007-2008  Joshua Hoblitt
 #
-# $Id: neb-touch,v 1.5 2008-01-22 21:40:39 jhoblitt Exp $
+# $Id: neb-touch,v 1.6 2008-01-25 02:44:49 jhoblitt Exp $
 
 use strict;
@@ -40,5 +40,6 @@
     unless defined $neb;
 
-unless ($neb->find($file)) {
+
+unless ($neb->find_objects($file)) {
     $neb->create($file, $volume)
         or die "failed to create Nebulous key $file";
