From 3611de077de42f6d2c800fdc926c4dfdcdb4f4f5 Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Wed, 11 Nov 2009 23:17:50 -0800 Subject: [PATCH] fix typo from last commit --- lib/fog/aws/models/ec2/address.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/models/ec2/address.rb b/lib/fog/aws/models/ec2/address.rb index 4000c03be..64a3334a4 100644 --- a/lib/fog/aws/models/ec2/address.rb +++ b/lib/fog/aws/models/ec2/address.rb @@ -24,7 +24,7 @@ module Fog if new_instance associate(new_instance) else - detach + disassociate end end