From 83b2e1d53d6b5d404dc92ff11b293f40de9f38a6 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 26 Mar 2015 13:34:28 -0500 Subject: [PATCH] Move locales login file outside of folder --- pull_locales.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pull_locales.rb b/pull_locales.rb index 305dd3ba..e49deeab 100644 --- a/pull_locales.rb +++ b/pull_locales.rb @@ -1,16 +1,18 @@ # Install transifex-ruby - https://rubygems.org/gems/transifex-ruby # -# Create a file in the same directory called pull_locales_login.rb. +# Create a file called pull_locales_login.rb. # Contents should be: # # Transifex.configure do |config| # config.username = 'transifex.username' # config.password = 'transifex.password' # end +# +# Update require_relative to point to this file. require 'transifex' require 'fileutils' -require_relative 'pull_locales_login' +require_relative '../stylish-chrome-bin/pull_locales_login' project_slug = 'stylish-for-chrome'