lib/xezat/command/bump/compiler.rb in xezat-0.2.0 vs lib/xezat/command/bump/compiler.rb in xezat-0.2.1
- old
+ new
@@ -4,10 +4,10 @@
module Xezat
module Command
class Bump
def get_compilers(languages, _variables)
- Xezat.logger.debug('Collect compilers')
+ Xezat.logger.debug(' Collect compilers')
compiler_file = File.expand_path(File.join(DATA_DIR, 'compilers.json'))
compiler_candidates = JSON.parse(File.read(compiler_file))
compilers = []
languages.uniq.each do |language|
next unless compiler_candidates.key?(language)