lib/bosh-cloudfoundry/config_options.rb in bosh-cloudfoundry-0.3.0 vs lib/bosh-cloudfoundry/config_options.rb in bosh-cloudfoundry-0.4.0

- old
+ new

@@ -54,9 +54,13 @@ system_config.save system_config end end + def system_config_setup? + system + end + # @return [String] CloudFoundry system path def system options[:system] || common_config.target_system end \ No newline at end of file