projects
/
p5sagit/Oyster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8a0402e
)
Semicolon was missing, now found
Marco Fontani [Sat, 20 Nov 2010 19:08:38 +0000 (19:08 +0000)]
lib/Oyster/Provision/Rackspace.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Oyster/Provision/Rackspace.pm
b/lib/Oyster/Provision/Rackspace.pm
index
1f31cfc
..
66d9ade
100644
(file)
--- a/
lib/Oyster/Provision/Rackspace.pm
+++ b/
lib/Oyster/Provision/Rackspace.pm
@@
-34,7
+34,7
@@
after BUILD => sub {
# ...
-}
+};
sub create {
my $self = shift;