lib/solusvm/cli/node_cli.rb in solusvm-1.2.1 vs lib/solusvm/cli/node_cli.rb in solusvm-1.3.0
- old
+ new
@@ -33,11 +33,10 @@
private
def api
@node ||= begin
- configure
- Solusvm::Node.new
+ Solusvm::Node.new(api_params)
end
end
end
-end
\ No newline at end of file
+end