aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/leap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/leap b/bin/leap
index 9e0037a..5912d55 100755
--- a/bin/leap
+++ b/bin/leap
@@ -57,7 +57,7 @@ module LeapCli::Commands
def self.manager
@manager ||= begin
manager = LeapCli::Config::Manager.new
- manager.load(LeapCli::Path.provider)
+ manager.load
manager
end
end