From 2efd1cb9a6e2409e79d3c26568dc5236ec601517 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 16 Mar 2013 16:42:52 +0100 Subject: [PATCH] It's .deploy-sha, not .deploy_sha :rage: --- lib/travis/api/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index b15013be..609c5f0a 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -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