summaryrefslogtreecommitdiff
path: root/lib/leap_cli/config/provider.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-04-08 12:39:40 -0700
committerelijah <elijah@riseup.net>2016-04-08 12:39:40 -0700
commit31b4d6c59fb0ad755f2d52e382063eb0b1fca735 (patch)
tree170ba5504538aef62c905128ea937dd0c40eacbd /lib/leap_cli/config/provider.rb
parent45daf792f8c566689d4a7b59f0a0af19fb316f61 (diff)
environments: clean up the json inheritence system with a proper environment class, and fix bugs with partials and inheritance. requires latest leap_platform.
Diffstat (limited to 'lib/leap_cli/config/provider.rb')
-rw-r--r--lib/leap_cli/config/provider.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/leap_cli/config/provider.rb b/lib/leap_cli/config/provider.rb
index 3c03c5c..0d8bc1f 100644
--- a/lib/leap_cli/config/provider.rb
+++ b/lib/leap_cli/config/provider.rb
@@ -15,5 +15,8 @@ module LeapCli; module Config
def provider
self
end
+ def validate!
+ # nothing here yet :(
+ end
end
end; end