FIX: correct path for LocaleFileWalker

This commit is contained in:
Arpit Jalan 2017-02-28 01:42:55 +05:30
parent 6661cebff8
commit 5a48cea395

View File

@ -6,7 +6,7 @@
# team will pull them in. # team will pull them in.
require 'open3' require 'open3'
require_relative '../lib/locale_file_walker' require_relative '../lib/i18n/locale_file_walker'
if `which tx`.strip.empty? if `which tx`.strip.empty?
puts '', 'The Transifex client needs to be installed to use this script.' puts '', 'The Transifex client needs to be installed to use this script.'