lib/sct/commands/cluster.rb in sct-0.1.9 vs lib/sct/commands/cluster.rb in sct-0.1.10
- old
+ new
@@ -14,10 +14,10 @@
OPTIONS = []
def execute(args, options)
return puts "SCT has not been initialized. Run 'sct init' first.".red unless Sct::Config.exists
- if SCT::Config::Windows
+ if Sct::Config::Windows
minikube = "minikube.exe"
else
minikube = "minikube"
end