[Bps-public-commit] storage-box branch, master, updated. 5a13191bffcd1b572f374d97cac8070b78f8cd37
Dave Goehrig
dave at bestpractical.com
Thu Sep 1 13:23:36 EDT 2016
The branch, master has been updated
via 5a13191bffcd1b572f374d97cac8070b78f8cd37 (commit)
from 7a3e76537dda8fc29a6eba3d7251305e56c24608 (commit)
Summary of changes:
META.json | 1 -
lib/Storage/Box/Auth.pm | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 5a13191bffcd1b572f374d97cac8070b78f8cd37
Author: Dave Goehrig <dave at bestpractical.com>
Date: Thu Sep 1 13:23:32 2016 -0400
fixing typo
diff --git a/META.json b/META.json
index 0138c8f..4ca2ce3 100644
--- a/META.json
+++ b/META.json
@@ -56,7 +56,6 @@
"release_status" : "stable",
"version" : "0.01",
"x_contributors" : [
- "Dave Goehrig <=>",
"Dave Goehrig <dave at bestpractical.com>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
diff --git a/lib/Storage/Box/Auth.pm b/lib/Storage/Box/Auth.pm
index bbee131..3d07e21 100644
--- a/lib/Storage/Box/Auth.pm
+++ b/lib/Storage/Box/Auth.pm
@@ -107,7 +107,7 @@ B<generate_keys($password)>
sub generate_keys {
my ($self) = @_;
- $self->segenerate_private_key;
+ $self->generate_private_key;
$self->generate_public_key;
print <<THERE;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list