You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(options[:location] || find_config[:default][:label]).to_sym || raise(Rainbow("Location was not provided and no default location was found in #{CONFIG_FILE}.").red)
98
91
end
99
92
100
93
defself.find_config
@@ -113,11 +106,7 @@ def self.find_config
113
106
config
114
107
end
115
108
116
-
defself.default_plane
117
-
find_config[:default][:label] || raise(Rainbow("Location was not provided and no default location was found in #{CONFIG_FILE}.").red)
0 commit comments