fix wrong method call

This commit is contained in:
Oliver Gorwits
2012-12-20 13:27:17 +00:00
parent 96e1b2022f
commit b4f7fbcdbe

View File

@@ -74,7 +74,7 @@ sub deploy_db { system 'netdisco-db-deploy' }
sub deploy_oui { sub deploy_oui {
my $schema = schema('netdisco'); my $schema = schema('netdisco');
$schema->source->disconnect; $schema->storage->disconnect;
my $url = 'http://standards.ieee.org/develop/regauth/oui/oui.txt'; my $url = 'http://standards.ieee.org/develop/regauth/oui/oui.txt';
my $resp = HTTP::Tiny->new->get($url); my $resp = HTTP::Tiny->new->get($url);