lib/sym/app/commands/bash_completion.rb in sym-2.10.0 vs lib/sym/app/commands/bash_completion.rb in sym-3.0.0

- old
+ new

@@ -13,10 +13,10 @@ def execute file = opts[:bash_support] out = '' - Sym::Constants::Bash::CONFIG.each_pair do |key, config| + Sym::Constants.config.each_pair do |key, config| script_name = key.to_s # This removes the old version of this file. remove_old_version(out, config[:dest])