From 9499419c37c9bd36038b945b67aacfe87cb485d8 Mon Sep 17 00:00:00 2001 From: Alexander Khryukin Date: Thu, 10 Mar 2016 17:44:15 +0300 Subject: [PATCH] drop typo --- config/initializers/github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/github.rb b/config/initializers/github.rb index 26e99cd26..be330fe72 100644 --- a/config/initializers/github.rb +++ b/config/initializers/github.rb @@ -9,4 +9,4 @@ Github.configure do |c| end #for updating repo contents -Github_blobs_api = Github::Client::Repos::Contents.new basic_auth: ENV['GITHUB_REPO_BOT_LOGIN'] + ":" + ENV['GITHUB_REPO_BOT_PASSWORD'] \ No newline at end of file +Github_blobs_api = Github::Client::Repos::Contents.new basic_auth: ENV['GITHUB_REPO_BOT_LOGIN'] ":" + ENV['GITHUB_REPO_BOT_PASSWORD']