Index: /trunk/Nebulous/bin/neb-locate
===================================================================
--- /trunk/Nebulous/bin/neb-locate	(revision 13257)
+++ /trunk/Nebulous/bin/neb-locate	(revision 13258)
@@ -3,5 +3,5 @@
 # Copyright (C) 2007  Joshua Hoblitt
 #
-# $Id: neb-locate,v 1.1 2007-05-05 00:27:37 jhoblitt Exp $
+# $Id: neb-locate,v 1.2 2007-05-05 00:29:43 jhoblitt Exp $
 
 use strict;
@@ -64,5 +64,5 @@
     # print just one
     if (defined $path) {
-        @files = URI->new(@$uris[0]);
+        @files = (URI->new(@$uris[0])->file);
     } else {
         @files = @$uris[0];
