From 5a48cea395d0ac44f050cb7841e258c0b5f7bd54 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Tue, 28 Feb 2017 01:42:55 +0530 Subject: [PATCH] FIX: correct path for LocaleFileWalker --- script/pull_translations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/pull_translations.rb b/script/pull_translations.rb index 106e6e0a728..e89381bd2ed 100644 --- a/script/pull_translations.rb +++ b/script/pull_translations.rb @@ -6,7 +6,7 @@ # team will pull them in. require 'open3' -require_relative '../lib/locale_file_walker' +require_relative '../lib/i18n/locale_file_walker' if `which tx`.strip.empty? puts '', 'The Transifex client needs to be installed to use this script.'