rename Couchbase to Store
[cloudstore.git] / rsync-piper.pl
index 1aaca5b..ed6d11b 100755 (executable)
@@ -13,7 +13,7 @@ use Module::Refresh;
 
 use lib 'lib';
 use WarnColor;
-use CloudStore::Couchbase;
+use CloudStore::Store;
 
 my $dir   = $ENV{RSYNC_DIR}  || '/srv/cloudstore';
 my $port  = $ENV{RSYNC_PORT} || 6501;
@@ -56,7 +56,7 @@ if ( $ENV{SQL} ) {
        exit 1;
 }
 
-my $store = CloudStore::Couchbase->new;
+my $store = CloudStore::Store->new;
 
 mkdir "$dir/var" if ! -e "$dir/var";