Skip to content

Commit

Permalink
v1.2.3: Merged from Fadion Dashi
Browse files Browse the repository at this point in the history
And added Faddion to the list of authors too.

Signed-off-by: Baki Goxhaj <banago@gmail.com>
  • Loading branch information
banago committed Feb 13, 2014
1 parent 57b2b70 commit 2a56035
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions phploy
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
/**
* PHPloy - A PHP Deployment Script
*
* @package PHPloy
* @author Baki Goxhaj <banago@gmail.com>
* @author Fadion Dashi <jonidashi@gmail.com>
* @author Bruno De Barros <bruno@terraduo.com>
* @link http://wplancer.com
* @licence MIT Licence
* @version 1.2.2
* @version 1.2.3
*/

/**
Expand Down Expand Up @@ -184,7 +185,7 @@ class PHPloy {
$this->output('Fresh deployment - grab a ☕');
}

if( $remote_revision ) ) {
if( $remote_revision ) {
$command = "git --git-dir=\"$this->repo/.git\" --work-tree=\"$this->repo\" diff --name-status {$remote_revision }...{$local_revision}";
exec( $command, $output );

Expand Down

0 comments on commit 2a56035

Please sign in to comment.