lib/convox_installer/config.rb in convox_installer-1.0.3 vs lib/convox_installer/config.rb in convox_installer-1.0.4
- old
+ new
@@ -5,12 +5,12 @@
require "json"
require "securerandom"
module ConvoxInstaller
class Config
+ CONFIG_FILE = File.expand_path("./.installer_config").freeze
+
attr_accessor :logger, :config, :prompts, :highline
-
- CONFIG_FILE = File.expand_path("~/.convox/installer_config").freeze
DEFAULT_PROMPTS = [
{
key: :stack_name,
title: "Convox Stack Name",