Skip to content

Commit

Permalink
fixing the compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar committed Jan 14, 2016
1 parent 50fcd18 commit 99309b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/in/ashwanthkumar/vamana2/Vamana.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ object Vamana extends App {

// Step 3 - Update the autoscalar accordingly, if there was a change in # of nodes
if(context.currentSize != newNodesCount) {
logInfo(s"Updating ${cluster.name} cluster size to $newNodesCount")
notifier.notify(s"Updating \"${cluster.name}\" size to $newNodesCount from ${context.currentSize}")
logInfo(s"Updating ${cluster.name}, size to $newNodesCount from ${context.currentSize}")
notifier.notify(s"Updating ${cluster.name}, size to $newNodesCount from ${context.currentSize}")
autoscalar.scaleTo(cluster.asId, newNodesCount)
}
})
Expand Down

0 comments on commit 99309b4

Please sign in to comment.