diff --git a/start/compute.md b/start/compute.md index e05839d7..6437c60a 100644 --- a/start/compute.md +++ b/start/compute.md @@ -95,7 +95,7 @@ ComputeServiceContext context = ContextBuilder.newBuilder("trmk-ecloud") new SshjSshClientModule())) .buildView(ComputeServiceContext.class); -ComputeService computeService = context.getComputeService(); +ComputeService client = context.getComputeService(); {% endhighlight %}