Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uestla committed Jan 17, 2015
1 parent 537ad10 commit 9ac060c
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

0 comments on commit 9ac060c

Please sign in to comment.