Skip to content

Commit

Permalink
Merge pull request #60 from uestla/typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
dg committed Jan 17, 2015
2 parents 537ad10 + 9ac060c commit 2b60276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deployment/libs/Deployer.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private function uploadFiles(array $files)

$localFile = $this->preprocess($orig = $this->local . $file);
if (realpath($orig) !== $localFile) {
$file .= ' (filters was applied)';
$file .= ' (filters applied)';
}

$toRename[] = $remoteFile;
Expand Down

1 comment on commit 2b60276

@kubinpetr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close issue #46 It is same problem.

Please sign in to comment.