It's .deploy-sha, not .deploy_sha 😡

This commit is contained in:
Piotr Sarnacki 2013-03-16 16:42:52 +01:00
parent 7099331907
commit 2efd1cb9a6

View File

@ -56,7 +56,7 @@ module Travis::Api
end
def self.deploy_sha_path
File.expand_path('../../../../.deploy_sha', __FILE__)
File.expand_path('../../../../.deploy-sha', __FILE__)
end
attr_accessor :app