We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f7373 commit 3014746Copy full SHA for 3014746
lib/bashly/libraries/completions.rb
@@ -7,7 +7,7 @@ def command
7
end
8
9
def config
10
- @config ||= Bashly::Config.new "#{Settings.source_dir}/bashly.yml"
+ @config ||= Config.new "#{Settings.source_dir}/bashly.yml"
11
12
13
0 commit comments