drop typo

This commit is contained in:
Alexander Khryukin 2016-03-10 17:44:15 +03:00
parent d34308d749
commit 9499419c37
1 changed files with 1 additions and 1 deletions

View File

@ -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']
Github_blobs_api = Github::Client::Repos::Contents.new basic_auth: ENV['GITHUB_REPO_BOT_LOGIN'] ":" + ENV['GITHUB_REPO_BOT_PASSWORD']