Skip to content

Commit 3014746

Browse files
committed
remove unnecessary specificity
1 parent b4f7373 commit 3014746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bashly/libraries/completions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def command
77
end
88

99
def config
10-
@config ||= Bashly::Config.new "#{Settings.source_dir}/bashly.yml"
10+
@config ||= Config.new "#{Settings.source_dir}/bashly.yml"
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)