Index: trunk/Nebulous-Server/bin/neb-addvol
===================================================================
--- trunk/Nebulous-Server/bin/neb-addvol	(revision 12970)
+++ trunk/Nebulous-Server/bin/neb-addvol	(revision 12972)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: neb-addvol,v 1.2 2007-04-24 00:56:30 jhoblitt Exp $
+# $Id: neb-addvol,v 1.3 2007-04-24 01:04:55 jhoblitt Exp $
 
 use strict;
@@ -51,5 +51,5 @@
 print "Checking URI...";
 
-my $path = URI::file->new($uri)->file;
+my $path = URI->new($uri)->file;
 unless (-d $path) {
     die "path: $path dirived from URI: $uri does not exist";
