From 632eab2498bdb9b7528cdb83fee58d0ce1d22a1c Mon Sep 17 00:00:00 2001 From: Lopaka Delp Date: Tue, 27 Jan 2015 13:49:33 -0800 Subject: [PATCH] remove duplicate comment. --- recipes/swap.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/swap.rb b/recipes/swap.rb index 4e2299c..44e44f0 100644 --- a/recipes/swap.rb +++ b/recipes/swap.rb @@ -42,7 +42,6 @@ end swap_file node['rs-base']['swap']['file'] do - # The swap cookbook expects the size to be in MB. So convert the size in GB to MB. size size_mb action :create end