Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
markomarkovic committed Nov 28, 2013
2 parents a4ef0b2 + fa9ae77 commit 626936b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Automatically deploy the code using PHP and Git.
*
* @version 1.1.1
* @version 1.1.2
* @link https://github.com/markomarkovic/simple-php-git-deploy/
*/

Expand All @@ -26,7 +26,7 @@
*
* @var string
*/
define('SECRET_ACCESS_TOKEN', 'BetterChangeMeNowOrSufferTheConsequences');
if (!defined('SECRET_ACCESS_TOKEN')) define('SECRET_ACCESS_TOKEN', 'BetterChangeMeNowOrSufferTheConsequences');

/**
* The address of the remote Git repository that contains the code that's being
Expand Down

0 comments on commit 626936b

Please sign in to comment.