summaryrefslogtreecommitdiff
path: root/costvm
diff options
context:
space:
mode:
Diffstat (limited to 'costvm')
-rwxr-xr-xcostvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/costvm b/costvm
index 895a4bf..df0b542 100755
--- a/costvm
+++ b/costvm
@@ -62,7 +62,7 @@ DISKS.each do |disk|
when 'ssd'
cost += (size/0.5).ceil * 2
when 'archive'
- cost += (size/50.0).ceil * 2
+ cost += (size/100.0).ceil * 2
end
end